1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (1)
78
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.ClassificationVerifier.cs (3)
113
_fontAndColorStorage = await _asyncServiceProvider.GetServiceAsync<SVsFontAndColorStorage, IVsFontAndColorStorage>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
116
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
164
_threadingContext
.ThrowIfNotOnUIThread();