1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzersCommandHandler.cs (1)
90
_threadingContext
= threadingContext;
5 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (5)
SolutionExplorer\AnalyzersCommandHandler.cs (5)
102
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
398
_threadingContext
.JoinableTaskFactory.RunAsync(async () =>
413
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(
_threadingContext
.DisposalToken);
420
}).Task.ReportNonFatalErrorUnlessCancelledAsync(
_threadingContext
.DisposalToken);