1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
91
_threadingContext
= threadingContext;
4 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (4)
SolutionExplorer\AnalyzersCommandHandler.cs (4)
384
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
399
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(
_threadingContext
.DisposalToken);
406
}).Task.ReportNonFatalErrorUnlessCancelledAsync(
_threadingContext
.DisposalToken);