1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorFactory.cs (1)
53
_threadingContext
= threadingContext;
3 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (3)
EditorConfigSettings\SettingsEditorFactory.cs (3)
107
if (_vsServiceProvider.TryGetService<SLocalRegistry, ILocalRegistry>(
_threadingContext
.JoinableTaskFactory, out var localRegistry))
122
var oleServiceProvider = _vsServiceProvider.GetService<IOleServiceProvider>(
_threadingContext
.JoinableTaskFactory);
143
_threadingContext
,