1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.Settings.cs (1)
37_threadingContext = threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.Settings.cs (3)
66await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 91await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 104_threadingContext.ThrowIfNotOnUIThread();