1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
91
_threadingContext
= threadingContext;
5 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (5)
SolutionExplorer\AnalyzersCommandHandler.cs (5)
103
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
395
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
410
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(
_threadingContext
.DisposalToken);
417
}).Task.ReportNonFatalErrorUnlessCancelledAsync(
_threadingContext
.DisposalToken);