1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (1)
30_threadingContext = package.ComponentModel.GetService<IThreadingContext>();
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (2)
59_threadingContext.JoinableTaskFactory.RunAsync(async () => 65await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync();