1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItemTracker.cs (1)
37_threadingContext = threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItemTracker.cs (2)
42_vsMonitorSelection ??= await serviceProvider.GetServiceAsync<SVsShellMonitorSelection, IVsMonitorSelection>(_threadingContext.JoinableTaskFactory, throwOnFailure: false).ConfigureAwait(false); 43await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);