Rank: Advanced Member
Groups: Registered
Joined: 6/25/2012(UTC) Posts: 89 Location: China
Thanks: 23 times Was thanked: 19 time(s) in 18 post(s)
|
Sorry for my late replay. I tried multiple times to capture the stack trace of the main thread when the issue happens. But didn't catch the System.Array.Copy() again. Today the symptom is not as bad as before, but still takes 30+ seconds to open a test file when issue happens. Capture 1: Code:
Not Flagged > 5880 1 Main Thread Main Thread System.IO.Path.CheckInvalidPathChars() Normal
mscorlib.dll!System.IO.Path.CheckInvalidPathChars(string path, bool checkAdditional) + 0x88 bytes
mscorlib.dll!System.IO.Path.NormalizePath(string path, bool fullCheck, int maxPathLength) + 0x94 bytes
mscorlib.dll!System.IO.Path.GetFullPathInternal(string path) + 0x2f bytes
mscorlib.dll!System.IO.Path.GetFullPath(string path) + 0x22 bytes
Microsoft.VisualStudio.Shell.UI.Internal.dll!Microsoft.VisualStudio.Services.FileChangeService.ValidateAndNormalize(string path, string paramName) + 0x18 bytes
Microsoft.VisualStudio.Shell.UI.Internal.dll!Microsoft.VisualStudio.Services.FileChangeService.AdviseFileChange(string filename, Microsoft.VisualStudio.Shell.Interop._VSFILECHANGEFLAGS filter, Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEvents sink) + 0x37 bytes
Microsoft.VisualStudio.Shell.UI.Internal.dll!Microsoft.VisualStudio.Services.FileChangeService.Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEx.AdviseFileChange.AnonymousMethod__2() + 0x1a bytes
Microsoft.VisualStudio.Shell.11.0.dll!Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention.AnonymousMethod__0() + 0xb bytes
Microsoft.VisualStudio.Shell.11.0.dll!Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(System.Func<int> method, bool reportError, bool setShellErrorInfo) + 0x34 bytes
Microsoft.VisualStudio.Shell.11.0.dll!Microsoft.VisualStudio.ErrorHandler.CallWithCOMConvention(System.Action method, bool reportError) + 0x55 bytes
Microsoft.VisualStudio.Shell.UI.Internal.dll!Microsoft.VisualStudio.Services.FileChangeService.Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEx.AdviseFileChange(string file, uint filter, Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEvents sink, out uint cookie) + 0x9c bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.DocumentModel.VsDocumentOperationsHandlerWhidbey.Init_ReadOnlyBuffer.AnonymousMethod__14() + 0x8b bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.DataFlow.Lifetime.AddBracket(System.Action FOpening, System.Action FClosing) + 0x51 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.DataFlow.ObsoleteLifetimeAndDefinitionAtTheSameTime.AddBracket(System.Action opening, System.Action closing) + 0xe bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.DocumentModel.VsDocumentOperationsHandlerWhidbey.Init_ReadOnlyBuffer(JetBrains.VsIntegration.Interop.Shim.TextManager.IVsTextBuffer vsTextStream, Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEx vsFileChangeEx) + 0x21d bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.DocumentModel.VsDocumentOperationsHandlerWhidbey.VsDocumentOperationsHandlerWhidbey(JetBrains.VsIntegration.Interop.Shim.TextManager.IVsTextBuffer vsTextStream, JetBrains.Application.IShellLocks locks, Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEx vsFileChangeEx, JetBrains.VsIntegration.DocumentModel.VsDocumentManagerSynchronization vsDocumentManagerSynchronization, JetBrains.VsIntegration.Application.VsCommandProcessor vsCommandProcessor, JetBrains.Application.FileSystemTracker.IFileSystemTracker fileSystemTracker, JetBrains.DocumentManagers.DocumentToProjectFileMappingStorage documentToProjectFileMappingStorage) + 0x260 bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.DocumentModel.Whidbey.VsDocumentWhidbey.AttachToVsTextBuffer(JetBrains.VsIntegration.Interop.Shim.TextManager.IVsTextBuffer textStream, bool isCreatingDocument, Microsoft.VisualStudio.Shell.Interop.IVsFileChangeEx vsFileChangeEx, JetBrains.VsIntegration.DocumentModel.VsDocumentManagerSynchronization vsDocumentManagerSynchronization, JetBrains.DocumentManagers.DocumentToProjectFileMappingStorage documentToProjectFileMappingStorage, JetBrains.VsIntegration.Application.VsCommandProcessor vsCommandProcessor, JetBrains.Application.FileSystemTracker.IFileSystemTracker fileSystemTracker) + 0x15e bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentOverProjectFileFactoryWhidbey.CreateNewDocumentCore(JetBrains.ProjectModel.IProjectFile projectFile, JetBrains.DocumentManagers.Transactions.SolutionDocumentTransactionManager documentTransactionManager) + 0x342 bytes
JetBrains.Platform.dotTrace.DocumentManager.dll!JetBrains.DocumentManagers.impl.StandaloneDocumentOverProjectFileFactory.JetBrains.DocumentManagers.IDocumentOverProjectFileFactory_TransactionManager.CreateNewDocument_TransactionManager(JetBrains.ProjectModel.IProjectFile projectFile, JetBrains.DocumentManagers.Transactions.SolutionDocumentTransactionManager documentTransactionManager) + 0xe bytes
JetBrains.Platform.dotTrace.DocumentManager.dll!JetBrains.DocumentManagers.Transactions.SolutionDocumentTransactionManager.JetBrains.DocumentManagers.IDocumentOverProjectFileFactory.CreateNewDocument(JetBrains.ProjectModel.IProjectFile projectFile) + 0xf bytes
JetBrains.Platform.dotTrace.DocumentManager.dll!JetBrains.DocumentManagers.DocumentsOnProjectFiles.GetOrCreateDocument_Create(JetBrains.ProjectModel.IProjectFile profile, JetBrains.DocumentManagers.IDocumentOverProjectFileFactory myFactory) + 0x2b bytes
JetBrains.Platform.dotTrace.DocumentManager.dll!JetBrains.DocumentManagers.DocumentsOnProjectFiles.GetOrCreateDocument(JetBrains.ProjectModel.IProjectFile profile, JetBrains.DocumentManagers.IDocumentOverProjectFileFactory factory) + 0x9d bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.OnRegisterTextBuffer(JetBrains.VsIntegration.Whidbey.DocumentModel.VsTextBufferData textBufferData) + 0x5c4 bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.OnRdtAfterFirstDocumentLock.AnonymousMethod__20() + 0x92 bytes
JetBrains.Platform.dotTrace.Shell.dll!JetBrains.Application.IShellLocksEx.ExecuteWithReadLock(JetBrains.Application.IShellLocks th?s, System.Action F) + 0x2e bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.OnRdtAfterFirstDocumentLock.AnonymousMethod__1f() + 0x54 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.Util.LogCookie.Execute(string comment, System.Action F) + 0x88 bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.OnRdtAfterFirstDocumentLock.AnonymousMethod__1e() + 0x81 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge.AnonymousMethod__0() + 0x21 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.Threading.ReentrancyGuard.Execute(string name, System.Action action) + 0x6f bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.Threading.ReentrancyGuard.TryExecute(string name, System.Action action) + 0x11f bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(JetBrains.Threading.ReentrancyGuard th?s, JetBrains.DataFlow.Lifetime lifetime, string name, System.Action F) + 0x26 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(JetBrains.DataFlow.Lifetime lifetimeQueue, string name, System.Action F) + 0x10d bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Whidbey.DocumentModel.VsDocumentManagerWhidbey.OnRdtAfterFirstDocumentLock(JetBrains.DataFlow.EventArgs<JetBrains.VsIntegration.Interop.Declarations.VsShell.VSCOOKIE> args) + 0xb3 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.DataFlow.Signal<JetBrains.DataFlow.EventArgs<JetBrains.VsIntegration.Interop.Declarations.VsShell.VSCOOKIE>>.NotifySinks(JetBrains.DataFlow.EventArgs<JetBrains.VsIntegration.Interop.Declarations.VsShell.VSCOOKIE> payload) + 0x48 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.DataFlow.Signal<JetBrains.DataFlow.EventArgs<JetBrains.VsIntegration.Interop.Declarations.VsShell.VSCOOKIE>>.Fire(JetBrains.DataFlow.EventArgs<JetBrains.VsIntegration.Interop.Declarations.VsShell.VSCOOKIE> value, object cookie) + 0xb9 bytes
JetBrains.Platform.dotTrace.Util.dll!JetBrains.DataFlow.Signal<System.__Canon>.Fire(System.__Canon value) + 0x7 bytes
JetBrains.Platform.dotTrace.VisualStudio.Core.dll!JetBrains.VsIntegration.Interop.Events.VsRunningDocumentTableEvents.Sink.Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterFirstDocumentLock(uint docCookie, uint dwRDTLockType1, uint dwReadLocksRemaining, uint dwEditLocksRemaining) + 0x74 bytes
[Native to Managed Transition]
[Managed to Native Transition]
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.Rdt.FindOrRegisterAndLockDocument(Microsoft.VisualStudio.Platform.WindowManagement.RdtFlags flags, string moniker, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hier, uint itemID, System.IntPtr punkDocData, out Microsoft.VisualStudio.Platform.WindowManagement.RdtLock rdtLock) + 0x80 bytes
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.RegisterAndLockDocData(string lpstrMkDoc, Microsoft.VisualStudio.Platform.WindowManagement.RdtFlags rdtLockType, object docData) + 0xd3 bytes
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.DocumentSite.set(Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite value) + 0xab bytes
Microsoft.VisualStudio.Platform.WindowManagement.dll!Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.CreateContentPane(string pszName, int fDockViewOn, int fDocument, string lpstrMkDoc, uint eCreateWindowFlags, uint dwToolWinId, object punkView, object punkData, Microsoft.VisualStudio.OLE.Interop.IServiceProvider pServiceProvider, Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy pUIHierarchy, uint vsid, out int pfDefaultPosition, ref System.Guid rguidCmdUI, out Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame ppWindowFrame) + 0x48b bytes
[Native to Managed Transition]
[Managed to Native Transition]
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.AutomationIntegrator.JumpToDocument(string documentName) + 0x3a bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.#=qDYBpStOW3Hp$pj8eLC5_TtjOXV4HohoLHPU$a0ANvw8=.#=qjGLsK0Jsjq$qUo9X_gmAtya22Rwi8WkRhp59FspozQo=() + 0x23 bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.#=qL4RTIbuXqFs7NRXnc5TAiNAhT9yv6fcZejSa5ncB6Cw=(System.Action #=qseRvisiD8qfjygZTU0HN6A==) + 0x1c bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.#=qMnYyeldyxlh4jSNe2Ivm4k1dyVC_ZEECuIKJ1ZdVGac=(System.Action #=qB1MCsYjxJYJkcWonzVd0JA==) + 0x33 bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.JumpToDocumentLine(string documentFilePath, int lineNumber) + 0x41 bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.ContextualCommands.Commands.GoToTestCommand.#=qjPzlQPPJKJ6MT2KOGgjs$$4Xy4RxN$RtotNFAQRXQoc=.#=quO1N4CUjrZ0QMyb$g2ys9A==() + 0x26 bytes
nCrunch.Common.dll!nCrunch.Common.QueuedActionHandler.#=qhKgV0d5viGqUdKbK_nztnw==(nCrunch.Common.QueuedActionHandler.#=ql0xLn1go6xAdoX_XEaYHbMuDm9ilGnLj0$UzUFqPhVw= #=qgKBCKI_25N$MdJ3ed9DjSA==) + 0xf bytes
[Native to Managed Transition]
mscorlib.dll!System.Delegate.DynamicInvokeImpl(object[] args) + 0x76 bytes
nCrunch.VSAddIn.dll!#=qgsSFxNCUKVGI$Y7wg2wyAQatlL3ykJgSCVZTBmwedke1HWIosL4QhwmU3W_MAGYJ.#=qInaX9YjLLl3BJsYpzVGgYCrnYCv1JbLhDpbOXNWBQUs=(System.Delegate #=q2UzvXWz1j8vlBCtMfm$$Eg==, object #=qnMm6VEuPjwaSaTjM8F7cWw==) + 0x44 bytes
[Native to Managed Transition]
mscorlib.dll!System.Delegate.DynamicInvokeImpl(object[] args) + 0x76 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackDo(System.Windows.Forms.Control.ThreadMethodEntry tme) + 0xaf bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(object obj) + 0x63 bytes
mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0xa7 bytes
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0x16 bytes
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x41 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallback(System.Windows.Forms.Control.ThreadMethodEntry tme) + 0x95 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbacks() + 0x120 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) + 0x11d bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.OnMessage(ref System.Windows.Forms.Message m) + 0x11 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.WndProc(ref System.Windows.Forms.Message m) + 0x39 bytes
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DebuggableCallback(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) + 0x5e bytes
Capture 2: Code:
Not Flagged 5880 1 Main Thread Main Thread System.Windows.Controls.ItemsControl.AdjustItemInfosAfterGeneratorChange() Normal
PresentationFramework.dll!System.Windows.Controls.ItemsControl.AdjustItemInfosAfterGeneratorChange(System.Collections.Generic.IEnumerable<System.Windows.Controls.ItemsControl.ItemInfo> list, bool claimUniqueContainer) + 0x39 bytes
PresentationFramework.dll!System.Windows.Controls.Primitives.Selector.AdjustItemInfosAfterGeneratorChangeOverride() + 0xd bytes
PresentationFramework.dll!System.Windows.Controls.Primitives.Selector.AdjustNewContainers() + 0x89 bytes
PresentationFramework.dll!System.Windows.Controls.Primitives.Selector.OnGeneratorStatusChanged(object sender, System.EventArgs e) + 0x29 bytes
PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.SetStatus(System.Windows.Controls.Primitives.GeneratorStatus value) + 0x7f bytes
PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.Generator.System.IDisposable.Dispose() + 0x51 bytes
PresentationFramework.dll!System.Windows.Controls.Panel.AddChildren(System.Windows.Controls.Primitives.GeneratorPosition pos, int itemCount) + 0xbd bytes
PresentationFramework.dll!System.Windows.Controls.Panel.OnItemsChangedInternal(object sender, System.Windows.Controls.Primitives.ItemsChangedEventArgs args) + 0x30 bytes
PresentationFramework.dll!System.Windows.Controls.Panel.OnItemsChanged(object sender, System.Windows.Controls.Primitives.ItemsChangedEventArgs args) + 0x25 bytes
PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.OnItemAdded(object item, int index) + 0x12b bytes
PresentationFramework.dll!System.Windows.Controls.ItemContainerGenerator.OnCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x67 bytes
WindowsBase.dll!System.Windows.WeakEventManager.ListenerList<System.Collections.Specialized.NotifyCollectionChangedEventArgs>.DeliverEvent(object sender, System.EventArgs e, System.Type managerType) + 0x12c bytes
WindowsBase.dll!System.Windows.WeakEventManager.DeliverEvent(object sender, System.EventArgs args) + 0xd6 bytes
WindowsBase.dll!System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x9 bytes
PresentationFramework.dll!System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x26 bytes
PresentationFramework.dll!System.Windows.Controls.ItemCollection.OnViewCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) + 0x2e bytes
WindowsBase.dll!System.Windows.WeakEventManager.ListenerList<System.Collections.Specialized.NotifyCollectionChangedEventArgs>.DeliverEvent(object sender, System.EventArgs e, System.Type managerType) + 0x12c bytes
WindowsBase.dll!System.Windows.WeakEventManager.DeliverEvent(object sender, System.EventArgs args) + 0xd6 bytes
WindowsBase.dll!System.Collections.Specialized.CollectionChangedEventManager.OnCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x9 bytes
PresentationFramework.dll!System.Windows.Data.CollectionView.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x26 bytes
PresentationFramework.dll!System.Windows.Data.ListCollectionView.ProcessCollectionChangedWithAdjustedIndex(System.Collections.Specialized.NotifyCollectionChangedEventArgs args, int adjustedOldIndex, int adjustedNewIndex) + 0x297 bytes
PresentationFramework.dll!System.Windows.Data.ListCollectionView.ProcessCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x12d bytes
PresentationFramework.dll!System.Windows.Data.CollectionView.OnCollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs args) + 0x3c bytes
System.dll!System.Collections.ObjectModel.ObservableCollection<AxTools.VS10X.CodeMap.GlobalHistory.GlobalHistoryItem>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) + 0x48 bytes
System.dll!System.Collections.ObjectModel.ObservableCollection<System.__Canon>.InsertItem(int index, System.__Canon item) + 0x92 bytes
mscorlib.dll!System.Collections.ObjectModel.Collection<AxTools.VS10X.CodeMap.GlobalHistory.GlobalHistoryItem>.Insert(int index, AxTools.VS10X.CodeMap.GlobalHistory.GlobalHistoryItem item) + 0x75 bytes
AxTools.VS10X.CodeMap.dll!AxTools.VS10X.CodeMap.GlobalHistory.Common.SortGlobalHistory(System.Collections.ObjectModel.ObservableCollection<AxTools.VS10X.CodeMap.GlobalHistory.GlobalHistoryItem> items) + 0x91 bytes
AxTools.VS10X.CodeMap.dll!AxTools.VS10X.CodeMap.GlobalHistory.GlobalHistoryMarginProviderBase._DataToGlobalHistoryUI() + 0x35c bytes
AxTools.VS10X.CodeMap.dll!AxTools.VS10X.CodeMap.GlobalHistory.GlobalHistoryMarginProviderBase._solutionEvents_ProjectAdded(EnvDTE.Project Project) + 0x3f bytes
EnvDTE.dll!EnvDTE._dispSolutionEvents_SinkHelper.ProjectAdded(EnvDTE.Project A_1) + 0xf bytes
[Native to Managed Transition]
[Native to Managed Transition]
[Managed to Native Transition]
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.AutomationIntegrator.JumpToDocument(string documentName) + 0x3a bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.#=qDYBpStOW3Hp$pj8eLC5_TtjOXV4HohoLHPU$a0ANvw8=.#=qjGLsK0Jsjq$qUo9X_gmAtya22Rwi8WkRhp59FspozQo=() + 0x23 bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.#=qL4RTIbuXqFs7NRXnc5TAiNAhT9yv6fcZejSa5ncB6Cw=(System.Action #=qseRvisiD8qfjygZTU0HN6A==) + 0x1c bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.#=qMnYyeldyxlh4jSNe2Ivm4k1dyVC_ZEECuIKJ1ZdVGac=(System.Action #=qB1MCsYjxJYJkcWonzVd0JA==) + 0x33 bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.EditorWindowManager.JumpToDocumentLine(string documentFilePath, int lineNumber) + 0x41 bytes
nCrunch.VSAddIn.dll!nCrunch.VSAddIn.UI.ContextualCommands.Commands.GoToTestCommand.#=qjPzlQPPJKJ6MT2KOGgjs$$4Xy4RxN$RtotNFAQRXQoc=.#=quO1N4CUjrZ0QMyb$g2ys9A==() + 0x26 bytes
nCrunch.Common.dll!nCrunch.Common.QueuedActionHandler.#=qhKgV0d5viGqUdKbK_nztnw==(nCrunch.Common.QueuedActionHandler.#=ql0xLn1go6xAdoX_XEaYHbMuDm9ilGnLj0$UzUFqPhVw= #=qgKBCKI_25N$MdJ3ed9DjSA==) + 0xf bytes
[Native to Managed Transition]
mscorlib.dll!System.Delegate.DynamicInvokeImpl(object[] args) + 0x76 bytes
nCrunch.VSAddIn.dll!#=qgsSFxNCUKVGI$Y7wg2wyAQatlL3ykJgSCVZTBmwedke1HWIosL4QhwmU3W_MAGYJ.#=qInaX9YjLLl3BJsYpzVGgYCrnYCv1JbLhDpbOXNWBQUs=(System.Delegate #=q2UzvXWz1j8vlBCtMfm$$Eg==, object #=qnMm6VEuPjwaSaTjM8F7cWw==) + 0x44 bytes
[Native to Managed Transition]
mscorlib.dll!System.Delegate.DynamicInvokeImpl(object[] args) + 0x76 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackDo(System.Windows.Forms.Control.ThreadMethodEntry tme) + 0xaf bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(object obj) + 0x63 bytes
mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0xa7 bytes
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0x16 bytes
mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x41 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallback(System.Windows.Forms.Control.ThreadMethodEntry tme) + 0x95 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.InvokeMarshaledCallbacks() + 0x120 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) + 0x11d bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.OnMessage(ref System.Windows.Forms.Message m) + 0x11 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.WndProc(ref System.Windows.Forms.Message m) + 0x39 bytes
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.DebuggableCallback(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) + 0x5e bytes
|