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.DisposalToken).ConfigureAwait(true); 85_progressStageStatus = _threadingContext.JoinableTaskFactory.RunAsync(async () => 91await threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, _threadingContext.DisposalToken); 92var service = await serviceProvider.GetServiceAsync<SVsOperationProgress, IVsOperationProgressStatusService>(throwOnFailure: false, _threadingContext.DisposalToken).ConfigureAwait(true);