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)
108await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 157_threadingContext.ThrowIfNotOnUIThread();