1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioProjectFactory.cs (1)
50_threadingContext = threadingContext;
5 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\VisualStudioProjectFactory.cs (5)
56_initializationTask = _threadingContext.JoinableTaskFactory.RunAsync( 59var cancellationToken = _threadingContext.DisposalToken; 66await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(alwaysYield: true, cancellationToken); 83if (!_threadingContext.JoinableTaskContext.IsMainThreadBlocked()) 120return _threadingContext.JoinableTaskFactory.Run(async () =>