1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (1)
71
_threadingContext
= threadingContext;
7 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (7)
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (7)
73
_loadHubClientPackage =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
77
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true,
_threadingContext
.DisposalToken);
80
var shell = await _serviceProvider.GetServiceAsync<SVsShell, IVsShell7>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(true);
86
_progressStageStatus =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
92
await threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true,
_threadingContext
.DisposalToken);
93
var service = await serviceProvider.GetServiceAsync<SVsOperationProgress, IVsOperationProgressStatusService>(
_threadingContext
.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(true);