1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.Settings.cs (1)
36_threadingContext = threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.Settings.cs (3)
65await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 90await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 103_threadingContext.ThrowIfNotOnUIThread();