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 () => 104await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _threadingContext.DisposalToken); 107var shell = await _serviceProvider.GetServiceAsync<SVsShell, IVsShell7>(_threadingContext.JoinableTaskFactory).ConfigureAwait(true); 113_progressStageStatus = _threadingContext.JoinableTaskFactory.RunAsync(async () => 119await threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _threadingContext.DisposalToken); 120var service = await serviceProvider.GetServiceAsync<SVsOperationProgress, IVsOperationProgressStatusService>(_threadingContext.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(true);