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 () =>
65
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();