1 write to _threadingContext
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorPane.cs (1)
57_threadingContext = threadingContext;
10 references to _threadingContext
Microsoft.VisualStudio.LanguageServices (10)
EditorConfigSettings\SettingsEditorPane.cs (10)
71if (_componentId == default && this.TryGetService<SOleComponentManager, IOleComponentManager>(_threadingContext.JoinableTaskFactory, out var componentManager)) 88if (this.TryGetService<SOleUndoManager, IOleUndoManager>(_threadingContext.JoinableTaskFactory, out _undoManager)) 109_threadingContext, 118if (this.TryGetService<IMenuCommandService>(_threadingContext.JoinableTaskFactory, out var menuCommandService)) 169var windowSearchHostFactory = this.GetService<SVsWindowSearchHostFactory, IVsWindowSearchHostFactory>(_threadingContext.JoinableTaskFactory); 172var searchHandler = new SearchHandler(_threadingContext, minWidth, maxWidth, control.GetTableControls()); 205if (this.TryGetService<SVsUIShellOpenDocument, IVsUIShellOpenDocument>(_threadingContext.JoinableTaskFactory, out var uishellOpenDocument) && 206this.TryGetService<SVsWindowFrame, IVsWindowFrame>(_threadingContext.JoinableTaskFactory, out var windowFrameOrig)) 253if (this.TryGetService<SOleComponentManager, IOleComponentManager>(_threadingContext.JoinableTaskFactory, out var componentManager)) 281if (this.TryGetService<SVsTextManager, IVsTextManager>(_threadingContext.JoinableTaskFactory, out var textManager))