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)
83var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(_threadingContext.JoinableTaskFactory).ConfigureAwait(false); 85await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken); 130await VsTaskLibraryHelper.StartOnIdle(_threadingContext.JoinableTaskFactory, () => UpdateColorSchemeAsync(cancellationToken)); 172var settingsManager = await _asyncServiceProvider.GetServiceAsync<SVsSettingsPersistenceManager, ISettingsManager>(_threadingContext.JoinableTaskFactory).ConfigureAwait(false); 173await _threadingContext.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);