Advertisement
Guest User

call_stack

a guest
Jul 19th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 KB | None | 0 0
  1. > Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.MetadataReaderExtensions.CreateAssemblyIdentityOrThrow(System.Reflection.Metadata.MetadataReader reader, System.Version version, System.Reflection.AssemblyFlags flags, System.Reflection.Metadata.BlobHandle publicKey, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.StringHandle culture, bool isReference) (IL≈0x007B, Native=0x1C179BB0+0x1B9)
  2. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.MetadataReaderExtensions.GetReferencedAssembliesOrThrow(System.Reflection.Metadata.MetadataReader reader) (IL≈0x005B, Native=0x1C17B810+0x148)
  3. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEModule.ReferencedAssemblies.get() (IL≈0x0022, Native=0x1C17B668+0x90)
  4. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.PEAssembly.PEAssembly(Microsoft.CodeAnalysis.AssemblyMetadata owner, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.PEModule> modules) (IL≈0x0038, Native=0x1C179170+0xD6)
  5. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.AssemblyMetadata.GetOrCreateData() (IL=0x00C6, Native=0x1C1492F0+0x2EE)
  6. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.AssemblyMetadata.GetModules() (IL≈0x000D, Native=0x1C149148+0x50)
  7. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.AssemblyMetadata.IsValidAssembly() (IL≈0x0000, Native=0x1C149008+0x3C)
  8. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.CommonReferenceManager<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>.GetMetadata(Microsoft.CodeAnalysis.PortableExecutableReference peReference, Microsoft.CodeAnalysis.CommonMessageProvider messageProvider, Microsoft.CodeAnalysis.Location location, Microsoft.CodeAnalysis.DiagnosticBag diagnostics) (IL≈0x0049, Native=0x1C148AF0+0x114)
  9. Microsoft.CodeAnalysis.dll!Microsoft.CodeAnalysis.CommonReferenceManager<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>.ResolveMetadataReferences(Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Microsoft.CodeAnalysis.CommonReferenceManager<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>.ReferencedAssemblyIdentity>> assemblyReferencesBySimpleName, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.MetadataReference> references, out System.Collections.Generic.IDictionary<(string, string), Microsoft.CodeAnalysis.MetadataReference> boundReferenceDirectiveMap, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.MetadataReference> boundReferenceDirectives, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommonReferenceManager<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>.AssemblyData> assemblies, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.PEModule> modules, Microsoft.CodeAnalysis.DiagnosticBag diagnostics) (IL≈0x01A5, Native=0x1C10A330+0x6D4)
  10. Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.CSharpCompilation.ReferenceManager.CreateAndSetSourceAssemblyFullBind(Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation) (IL≈0x0018, Native=0x1C109310+0x120)
  11. Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.CSharpCompilation.ReferenceManager.CreateSourceAssemblyForCompilation(Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation) (IL≈0x0008, Native=0x1C107608+0x4A)
  12. Microsoft.CodeAnalysis.CSharp.dll!Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetBoundReferenceManager() (IL=0x0014, Native=0x1C1075B8+0x2F)
  13. Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.dll!Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.CompilationExtensions.GetModule(Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation, System.Guid moduleVersionId) (IL≈0x0000, Native=0x1591E918+0x58)
  14. Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.dll!Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.CompilationExtensions.GetMethod(Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation, System.Guid moduleVersionId, System.Reflection.Metadata.MethodDefinitionHandle methodHandle) (IL≈0x0000, Native=0x1591E7C8+0x68)
  15. Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.dll!Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.EvaluationContext.CreateMethodContext(Microsoft.CodeAnalysis.CSharp.CSharpCompilation compilation, Microsoft.CodeAnalysis.ExpressionEvaluator.DnSpy.GetMethodDebugInfo getMethodDebugInfo, System.Guid moduleVersionId, int methodToken, int methodVersion, int ilOffset, int localSignatureToken) (IL≈0x0035, Native=0x1591DF58+0x11B)
  16. Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.dll!Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.EvaluationContext.CreateMethodContext(Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.CSharpMetadataContext previous, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ExpressionEvaluator.MetadataBlock> metadataBlocks, Microsoft.CodeAnalysis.ExpressionEvaluator.DnSpy.GetMethodDebugInfo getMethodDebugInfo, System.Guid moduleVersionId, int methodToken, int methodVersion, uint ilOffset, int localSignatureToken) (IL≈0x0019, Native=0x15917C98+0xB9)
  17. dnSpy.Roslyn.dll!dnSpy.Roslyn.Debugger.ExpressionCompiler.CSharp.CSharpExpressionCompiler.CompileGetLocals(dnSpy.Contracts.Debugger.Evaluation.DbgEvaluationInfo evalInfo, dnSpy.Contracts.Debugger.DotNet.Evaluation.ExpressionCompiler.DbgModuleReference[] references, dnSpy.Contracts.Debugger.Evaluation.DbgEvaluationOptions options) (IL≈0x0059, Native=0x159124E0+0x225)
  18. dnSpy.Debugger.DotNet.x.dll!dnSpy.Debugger.DotNet.Evaluation.Engine.DbgEngineLocalsProviderImpl.GetNodesCore(dnSpy.Contracts.Debugger.Evaluation.DbgEvaluationInfo evalInfo, dnSpy.Contracts.Debugger.Evaluation.DbgValueNodeEvaluationOptions options, dnSpy.Contracts.Debugger.Evaluation.DbgLocalsValueNodeEvaluationOptions localsOptions) (IL=0x0151, Native=0x152BA2A8+0x4E1)
  19. dnSpy.Debugger.DotNet.x.dll!dnSpy.Debugger.DotNet.Evaluation.Engine.DbgEngineLocalsProviderImpl.<>c__DisplayClass6_0.<GetNodes>b__1() (IL≈0x0000, Native=0x152BA240+0x4C)
  20. dnSpy.Debugger.DotNet.x.dll!dnSpy.Debugger.DotNet.Evaluation.Engine.DbgDotNetDispatcherExtensions.<>c__DisplayClass1_0`1<dnSpy.Contracts.Debugger.Engine.Evaluation.DbgEngineLocalsValueNodeInfo[]>.<InvokeRethrow>b__0() (IL≈0x0000, Native=0x152B81D8+0x3C)
  21. WindowsBase.dll!System.Windows.Threading.DispatcherOperation<dnSpy.Contracts.Debugger.Engine.Evaluation.DbgEngineLocalsValueNodeInfo[]>.InvokeDelegateCore() (IL≈0x000C, Native=0x152A2D90+0x81)
  22. WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() (IL≈0x0062, Native=0x12FC5058+0x114)
  23. WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) (IL=0x000D, Native=0x12FC4FF0+0x52)
  24. WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(object obj) (IL=0x0022, Native=0x12FC3B68+0x7F)
  25. mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) (IL=0x0080, Native=0x100A78B0+0x1C5)
  26. mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) (IL=0x0009, Native=0x100A5D60+0x33)
  27. mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) (IL=0x0034, Native=0x12FC3560+0xD7)
  28. WindowsBase.dll!MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, object state) (IL=0x004A, Native=0x12FC1918+0xF4)
  29. WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() (IL=0x0020, Native=0x12FC1790+0x61)
  30. WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() (IL=0x00EB, Native=0x12FC0790+0x2D4)
  31. WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) (IL=0x0045, Native=0x12FC0578+0xCF)
  32. WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) (IL≈0x0030, Native=0x0EE82898+0xD4)
  33. WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) (IL≈0x0036, Native=0x0EE82788+0xE9)
  34. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) (IL≈0x0077, Native=0x0EE824E8+0x19E)
  35. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(object source, System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) (IL≈0x0002, Native=0x0EE823F8+0x4D)
  36. WindowsBase.dll!System.Windows.Threading.Dispatcher.WrappedInvoke(System.Delegate callback, object args, int numArgs, System.Delegate catchHandler) (IL≈0x0000, Native=0x0EE823A0+0x3C)
  37. WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) (IL≈0x00C1, Native=0x0EA95F08+0x2B1)
  38. WindowsBase.dll!System.Windows.Threading.Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority priority, System.Delegate method, object arg) (IL≈0x0010, Native=0x0EA95BE0+0x66)
  39. WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) (IL≈0x011D, Native=0x0EA4E4C0+0x2D7)
  40. [Managed to Native Transition]
  41. WindowsBase.dll!System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage(ref System.Windows.Interop.MSG msg) (IL≈0x0013, Native=0x1305F008+0x5E)
  42. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) (IL=0x0048, Native=0x1305E640+0xBE)
  43. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) (IL=0x0065, Native=0x1305E4C8+0x15B)
  44. WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() (IL=0x000A, Native=0x1305E3C0+0x36)
  45. dnSpy.Debugger.DotNet.CorDebug.x.dll!dnSpy.Debugger.DotNet.CorDebug.Impl.DebuggerThread.DebuggerThreadProc(System.Threading.AutoResetEvent autoResetEvent) (IL=0x004F, Native=0x11AF2A20+0xA2)
  46. dnSpy.Debugger.DotNet.CorDebug.x.dll!dnSpy.Debugger.DotNet.CorDebug.Impl.DebuggerThread.<>c__DisplayClass11_0.<.ctor>b__0() (IL=0x0011, Native=0x11AF29E0+0x27)
  47. mscorlib.dll!System.Threading.ThreadHelper.ThreadStart_Context(object state) (IL=0x0024, Native=0x184D5968+0xC9)
  48. mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) (IL=0x0080, Native=0x100A78B0+0x1C5)
  49. mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) (IL=0x0009, Native=0x100A5D60+0x33)
  50. mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) (IL=0x0034, Native=0x12FC3560+0xD7)
  51. mscorlib.dll!System.Threading.ThreadHelper.ThreadStart() (IL=0x0019, Native=0x184D5790+0x6A)
  52. [Native to Managed Transition]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement