1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.cs (1)
50
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
ColorSchemes\ColorSchemeApplier.cs (3)
75
var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
77
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
118
await VsTaskLibraryHelper.StartOnIdle(
_threadingContext
.JoinableTaskFactory, () => UpdateColorSchemeAsync(cancellationToken));