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);
43
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);