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