1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectFactory.cs (1)
51_threadingContext = threadingContext;
5 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\VisualStudioProjectFactory.cs (5)
57_initializationTask = _threadingContext.JoinableTaskFactory.RunAsync( 60var cancellationToken = _threadingContext.DisposalToken; 67await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 87if (!_threadingContext.JoinableTaskContext.IsMainThreadBlocked()) 124return _threadingContext.JoinableTaskFactory.Run(async () =>