1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (1)
98
_threadingContext
= threadingContext;
7 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (7)
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (7)
100
_loadHubClientPackage =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
104
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true,
_threadingContext
.DisposalToken);
107
var shell = await _serviceProvider.GetServiceAsync<SVsShell, IVsShell7>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(true);
113
_progressStageStatus =
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
119
await threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true,
_threadingContext
.DisposalToken);
120
var service = await serviceProvider.GetServiceAsync<SVsOperationProgress, IVsOperationProgressStatusService>(
_threadingContext
.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(true);