1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerRootViewModel.cs (1)
28_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerRootViewModel.cs (2)
56var newTab = new StackTraceExplorerTab(_threadingContext, _workspace, _formatMap, _typeMap, highestIndex + 1); 92_threadingContext.JoinableTaskFactory.Run(() => DoPasteAsync(cancellationToken));