hello,
I can’t get the package to work with 2021.4.7. I tested my camera (EOS70D) with the standalone version of digiCamControl. The standalone app works correctly. There seems to be 2 errors in the vl document.
-
The OnStart process needs a pad between the create an update function.
-
The forwared class PropertyValue`1 throws an error.
Inside the class there are no errors visible
Trying to delete the class is not possible and brings this error:
delete error
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AggregateException: One or more errors occurred. —> System.ArgumentException: Not bound to type!
Parameter name: unspecialized
at VL.Lang.Symbols.SpecializedNodeDefinitionSymbol…ctor(ConcreteTypeInstanceSymbol containingType, INodeDefinitionSymbol unspecialized)
at VL.Lang.Symbols.ConcreteTypeInstanceSymbol.d__73.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable
1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at System.Collections.Immutable.ImmutableArray.CreateRange[T](IEnumerable
1 items)
at VL.Lang.Symbols.ConcreteTypeInstanceSymbol.get_OperationDefinitions()
at VL.Lang.Symbols.PreCompilation.Find(IConcreteTypeSymbol type, Func2 predicate) at VL.Lang.Symbols.PreCompilation.<GetCreateDefaultValue>g__Compute|71_0(IConcreteTypeSymbol type, HashSet
1 touchedNodes)
at VL.Lang.Symbols.PreCompilation.GetCreateDefaultValue(IConcreteTypeSymbol type, HashSet1 touchedNodes) at VL.Lang.Symbols.PatchAndDataflowHelpers.ResolveImplementation(DocSymbols document, INodeDefinitionSymbol node, HashSet
1 mindThese, HashSet1 touchedNodes) at VL.Lang.Symbols.PatchAndDataflowHelpers.ResolveImplementation(INodeDefinitionSymbol nodeParameter, DocSymbols document, IEnumerable
1 ignore, HashSet1 touchedNodes) at VL.Lang.Symbols.AdaptivePairs.<New>g__Add|0_2(Dictionary
2 entries, DocSymbols scope, INodeDefinitionSymbol n)
at VL.Lang.Symbols.AdaptivePairs.g__AddIfNeeded|0_1(Dictionary2 entries, DocSymbols scope, INodeDefinitionSymbol n) at VL.Lang.Symbols.AdaptivePairs.<New>g__Collect|0_0(Dictionary
2 entries, DocSymbols scope, ImmutableArray1 symbols, <>c__DisplayClass0_0& ) at VL.Lang.Symbols.AdaptivePairs.<New>g__Collect|0_0(Dictionary
2 entries, DocSymbols scope, ImmutableArray1 symbols, <>c__DisplayClass0_0& ) at VL.Lang.Symbols.AdaptivePairs.<New>g__Collect|0_0(Dictionary
2 entries, DocSymbols scope, ImmutableArray1 symbols, <>c__DisplayClass0_0& ) at VL.Lang.Symbols.AdaptivePairs.New(PreCompilation compilation, DocSymbols document, DocSymbols previous) at VL.Lang.Symbols.PreCompilation.<>c__DisplayClass9_0.<Initialize>b__5(DocSymbols document) at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0
2.b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner1 source, ParallelOptions parallelOptions, Action
1 simpleBody, Action2 bodyWithState, Action
3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func
5 bodyWithEverything, Func1 localInit, Action
1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable1 source, ParallelOptions parallelOptions, Action
1 body, Action2 bodyWithState, Action
3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func
5 bodyWithEverything, Func1 localInit, Action
1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable1 source, Action
1 body)
at VL.Lang.Symbols.PreCompilation.Initialize(PreCompilation previousCompilation, CancellationToken token, IProgress1 progress) at VL.Lang.Symbols.PreCompilation.WithSolution(Solution value, CompileOptions options, CancellationToken token, IProgress
1 progress)
at VL.Model.Solution.WithTempCompilation()
at VL.Lang.View.CanvasView.SyncViewAndModel(Solution solution, Boolean doLayout, Boolean withLocalSymbols)
at VL.Lang.View.MenuFactory.DeleteCurrentSelection()
at VL.HDE.PatchEditor.PatchContextMenu.PerformShortCut(IEnumerable1 menuEntries, Keys shortcut) at VL.HDE.PatchEditor.PatchContextMenu.PerformShortCut(IEnumerable
1 menuEntries, Keys shortcut)
at VL.HDE.PatchEditor.EditorControl.ProcessKeyPreview(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
—> (Inner Exception #0) System.ArgumentException: Not bound to type!
Parameter name: unspecialized
at VL.Lang.Symbols.SpecializedNodeDefinitionSymbol…ctor(ConcreteTypeInstanceSymbol containingType, INodeDefinitionSymbol unspecialized)
at VL.Lang.Symbols.ConcreteTypeInstanceSymbol.d__73.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable
1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at System.Collections.Immutable.ImmutableArray.CreateRange[T](IEnumerable
1 items)
at VL.Lang.Symbols.ConcreteTypeInstanceSymbol.get_OperationDefinitions()
at VL.Lang.Symbols.PreCompilation.Find(IConcreteTypeSymbol type, Func`2 predicate)
if any of the existing function is forwarded from the class vl says that “definition of that name and categorty does exist”
I’ve also tried deleting the class from the vl file via text editor and forwarding the class again, but to no avail. Something under the hood seems weird.
Any hint?
In the moment I got access to the EDSDK. I will try to exchange the dlls and will report back.
Update:
Changing ethe EDSDK dll does not change the behaviour :-(
Update2:
If you enable the reference “VL.Devices.DigiCamControl” this error goes to the console:
console error
http://vvvv.org
System.AggregateException: One or more errors occurred. —> System.AggregateException: One or more errors occurred. —> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at VL.Lang.Symbols.GenericNodeDefinitionInstanceSymbol.GetHashCode()
at System.Collections.Generic.ObjectEqualityComparer1.GetHashCode(T obj) at System.Collections.Generic.Dictionary
2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary2.TryGetValue(TKey key, TValue& value) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetContainingTypeExpression(INodeDefinitionSymbol operation) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetMemberAccess(IOperationDefinitionSymbol op, WitnessParameter witness, ExpressionSyntax instanceExpression, Boolean forceCallOnDeclaringClass) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetDefaultExpression(ITypeSymbol t, WitnessParameter witness, ICollection
1 statements, Boolean omitType)
at VL.Lang.Platforms.Roslyn.PatchCompiler.GenerateNodeApplicationStatements(IPatchSymbol patch, INodeSymbol node, INodeSymbol region, PatchState state)
at VL.Lang.Platforms.Roslyn.PatchCompiler.GeneratePatchStatements(IPatchSymbol patch, INodeSymbol currentRegion, PatchState state, Boolean annotate)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__GenerateOperationStatements|81(StatementBuilder statementBuilder, PatchState rootState, ExpressionSyntax tracerLocal, <>c__DisplayClass59_14& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__GetMethod|76(IOperationDefinitionSymbol operation, IPatchSymbol patch, Boolean methodTracingEnabled, Boolean isTraceMethod, UInt32 topLevelPatchId, Boolean createSubContexts, <>c__DisplayClass59_13& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__ProduceMethodPair|70(IOperationDefinitionSymbol operation, <>c__DisplayClass59_13& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.<g__GetMembers|68>d.MoveNext()
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_3.g__CreateTypeDeclarationFromState|29(PatchState state, IConcreteTypeSymbol type, IPatchSymbol patch, Boolean isPartialClass, Boolean tracingEnabled, Int32 declIndent, TypeSyntax abstractBaseType, Boolean isNested)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_1.g__GetNamespaceMembers|5(ThreadNameSyntaxGenerator nameGenerator, CategoryAndSmell category, IEnumerable1 definitions, Int32 indent) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_2.<CreateSyntaxTrees>b__8(Int32 i, ParallelLoopState pls, ThreadNameSyntaxGenerator nameGenerator) at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0
1.b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action
2 bodyWithState, Func4 bodyWithLocal, Func
1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.For[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Func
1 localInit, Func4 body, Action
1 localFinally)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_1.g__CreateDeclarations|4(List1 decls) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_0.<CreateSyntaxTrees>g__GetSyntaxTree|2(DocumentBuildRequest buildRequest) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_0.<CreateSyntaxTrees>b__1(Int32 i) at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0
1.b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action
2 bodyWithState, Func4 bodyWithLocal, Func
1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action
1 body)
at VL.Lang.Platforms.Roslyn.TargetCompilation.CreateSyntaxTrees(ProjectNameSyntaxGenerator projectNameGenerator, ProjectBuildRequest projectBuildRequest, CancellationToken token, Boolean normalizeWhitespaces, Boolean isExport, IProcessDefinitionSymbol appClient)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass2_0.g__CreateCSharpCompilation|4(ProjectBuildRequest projectBuildRequest, Boolean normalizeWhitespaces)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass2_0.g__Build|2(ProjectBuildRequest projectBuildRequest)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass2_0.g__BuildOrLoad|1(ProjectBuildRequest buildRequest)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass2_1.<b__5>d.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at VL.Lang.Platforms.Roslyn.TargetCompilation.d__2.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Lang.Platforms.Roslyn.TargetCompilation.d__0.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Lang.Platforms.Roslyn.TargetCompilation.d__41.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Lang.Platforms.Roslyn.TargetCompilation.d__42.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Model.VLSession.d__163.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Model.VLSession.d__162.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Model.VLSession.d__186.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at VL.Model.VLSession.d__186.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Model.VLSession.d__183.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Model.VLSession.d__179.MoveNext()
— End of stack trace from previous location where exception was thrown —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at VL.Model.VLSession.<>c__DisplayClass180_0.<b__0>d.MoveNext()
—> (Inner Exception #0) System.AggregateException: One or more errors occurred. —> System.IndexOutOfRangeException: Index was outside the bounds of the array.
at VL.Lang.Symbols.GenericNodeDefinitionInstanceSymbol.GetHashCode()
at System.Collections.Generic.ObjectEqualityComparer1.GetHashCode(T obj) at System.Collections.Generic.Dictionary
2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary2.TryGetValue(TKey key, TValue& value) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetContainingTypeExpression(INodeDefinitionSymbol operation) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetMemberAccess(IOperationDefinitionSymbol op, WitnessParameter witness, ExpressionSyntax instanceExpression, Boolean forceCallOnDeclaringClass) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetDefaultExpression(ITypeSymbol t, WitnessParameter witness, ICollection
1 statements, Boolean omitType)
at VL.Lang.Platforms.Roslyn.PatchCompiler.GenerateNodeApplicationStatements(IPatchSymbol patch, INodeSymbol node, INodeSymbol region, PatchState state)
at VL.Lang.Platforms.Roslyn.PatchCompiler.GeneratePatchStatements(IPatchSymbol patch, INodeSymbol currentRegion, PatchState state, Boolean annotate)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__GenerateOperationStatements|81(StatementBuilder statementBuilder, PatchState rootState, ExpressionSyntax tracerLocal, <>c__DisplayClass59_14& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__GetMethod|76(IOperationDefinitionSymbol operation, IPatchSymbol patch, Boolean methodTracingEnabled, Boolean isTraceMethod, UInt32 topLevelPatchId, Boolean createSubContexts, <>c__DisplayClass59_13& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__ProduceMethodPair|70(IOperationDefinitionSymbol operation, <>c__DisplayClass59_13& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.<g__GetMembers|68>d.MoveNext()
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_3.g__CreateTypeDeclarationFromState|29(PatchState state, IConcreteTypeSymbol type, IPatchSymbol patch, Boolean isPartialClass, Boolean tracingEnabled, Int32 declIndent, TypeSyntax abstractBaseType, Boolean isNested)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_1.g__GetNamespaceMembers|5(ThreadNameSyntaxGenerator nameGenerator, CategoryAndSmell category, IEnumerable1 definitions, Int32 indent) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_2.<CreateSyntaxTrees>b__8(Int32 i, ParallelLoopState pls, ThreadNameSyntaxGenerator nameGenerator) at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0
1.b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action1 body, Action
2 bodyWithState, Func4 bodyWithLocal, Func
1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.For[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Func
1 localInit, Func4 body, Action
1 localFinally)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_1.g__CreateDeclarations|4(List1 decls) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_0.<CreateSyntaxTrees>g__GetSyntaxTree|2(DocumentBuildRequest buildRequest) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_0.<CreateSyntaxTrees>b__1(Int32 i) at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0
1.b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )
—> (Inner Exception #0) System.IndexOutOfRangeException: Index was outside the bounds of the array.
at VL.Lang.Symbols.GenericNodeDefinitionInstanceSymbol.GetHashCode()
at System.Collections.Generic.ObjectEqualityComparer1.GetHashCode(T obj) at System.Collections.Generic.Dictionary
2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary2.TryGetValue(TKey key, TValue& value) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetContainingTypeExpression(INodeDefinitionSymbol operation) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetMemberAccess(IOperationDefinitionSymbol op, WitnessParameter witness, ExpressionSyntax instanceExpression, Boolean forceCallOnDeclaringClass) at VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator.GetDefaultExpression(ITypeSymbol t, WitnessParameter witness, ICollection
1 statements, Boolean omitType)
at VL.Lang.Platforms.Roslyn.PatchCompiler.GenerateNodeApplicationStatements(IPatchSymbol patch, INodeSymbol node, INodeSymbol region, PatchState state)
at VL.Lang.Platforms.Roslyn.PatchCompiler.GeneratePatchStatements(IPatchSymbol patch, INodeSymbol currentRegion, PatchState state, Boolean annotate)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__GenerateOperationStatements|81(StatementBuilder statementBuilder, PatchState rootState, ExpressionSyntax tracerLocal, <>c__DisplayClass59_14& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__GetMethod|76(IOperationDefinitionSymbol operation, IPatchSymbol patch, Boolean methodTracingEnabled, Boolean isTraceMethod, UInt32 topLevelPatchId, Boolean createSubContexts, <>c__DisplayClass59_13& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.g__ProduceMethodPair|70(IOperationDefinitionSymbol operation, <>c__DisplayClass59_13& )
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_12.<g__GetMembers|68>d.MoveNext()
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_3.g__CreateTypeDeclarationFromState|29(PatchState state, IConcreteTypeSymbol type, IPatchSymbol patch, Boolean isPartialClass, Boolean tracingEnabled, Int32 declIndent, TypeSyntax abstractBaseType, Boolean isNested)
at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_1.g__GetNamespaceMembers|5(ThreadNameSyntaxGenerator nameGenerator, CategoryAndSmell category, IEnumerable1 definitions, Int32 indent) at VL.Lang.Platforms.Roslyn.TargetCompilation.<>c__DisplayClass59_2.<CreateSyntaxTrees>b__8(Int32 i, ParallelLoopState pls, ThreadNameSyntaxGenerator nameGenerator) at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0
1.b__1()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.b__0(Object )<—
<—