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)
54
var newTab = new StackTraceExplorerTab(
_threadingContext
, _workspace, _formatMap, _typeMap, highestIndex + 1);
90
_threadingContext
.JoinableTaskFactory.Run(() => DoPasteAsync(cancellationToken));