1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.cs (1)
57
_threadingContext
= threadingContext;
5 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (5)
ColorSchemes\ColorSchemeApplier.cs (5)
83
var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
85
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
130
await VsTaskLibraryHelper.StartOnIdle(
_threadingContext
.JoinableTaskFactory, () => UpdateColorSchemeAsync(cancellationToken));
172
var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
173
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);