1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
ColorSchemes\ColorSchemeApplier.cs (1)
49
_threadingContext
= threadingContext;
6 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (6)
ColorSchemes\ColorSchemeApplier.cs (6)
70
var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
72
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
114
await VsTaskLibraryHelper.StartOnIdle(
_threadingContext
.JoinableTaskFactory, () => UpdateColorSchemeAsync(
_threadingContext
.DisposalToken));
156
var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(
_threadingContext
.JoinableTaskFactory).ConfigureAwait(false);
157
await
_threadingContext
.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);