1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
48
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (2)
111
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
126
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);