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