8 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (8)
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (8)
52
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
73
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
80
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync();
151
var window =
_threadingContext
.JoinableTaskFactory.Run(() => GetOrInitializeWindowAsync());
163
var package = await RoslynPackage.GetOrLoadAsync(
_threadingContext
, (IAsyncServiceProvider)_serviceProvider,
_threadingContext
.DisposalToken).ConfigureAwait(true);
182
var window =
_threadingContext
.JoinableTaskFactory.Run(() => GetOrInitializeWindowAsync());
188
var window =
_threadingContext
.JoinableTaskFactory.Run(() => GetOrInitializeWindowAsync());