1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (1)
75
_threadingContext
= threadingContext;
2 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (2)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (2)
108
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
157
_threadingContext
.ThrowIfNotOnUIThread();