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