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 () => 77await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _threadingContext.DisposalToken); 80var shell = await _serviceProvider.GetServiceAsync<SVsShell, IVsShell7>(_threadingContext.JoinableTaskFactory).ConfigureAwait(true); 86_progressStageStatus = _threadingContext.JoinableTaskFactory.RunAsync(async () => 92await threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _threadingContext.DisposalToken); 93var service = await serviceProvider.GetServiceAsync<SVsOperationProgress, IVsOperationProgressStatusService>(_threadingContext.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(true);