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)
71
if (_componentId == default && this.TryGetService<SOleComponentManager, IOleComponentManager>(
_threadingContext
.JoinableTaskFactory, out var componentManager))
88
if (this.TryGetService<SOleUndoManager, IOleUndoManager>(
_threadingContext
.JoinableTaskFactory, out _undoManager))
109
_threadingContext
,
118
if (this.TryGetService<IMenuCommandService>(
_threadingContext
.JoinableTaskFactory, out var menuCommandService))
169
var windowSearchHostFactory = this.GetService<SVsWindowSearchHostFactory, IVsWindowSearchHostFactory>(
_threadingContext
.JoinableTaskFactory);
172
var searchHandler = new SearchHandler(
_threadingContext
, minWidth, maxWidth, control.GetTableControls());
205
if (this.TryGetService<SVsUIShellOpenDocument, IVsUIShellOpenDocument>(
_threadingContext
.JoinableTaskFactory, out var uishellOpenDocument) &&
206
this.TryGetService<SVsWindowFrame, IVsWindowFrame>(
_threadingContext
.JoinableTaskFactory, out var windowFrameOrig))
253
if (this.TryGetService<SOleComponentManager, IOleComponentManager>(
_threadingContext
.JoinableTaskFactory, out var componentManager))
281
if (this.TryGetService<SVsTextManager, IVsTextManager>(
_threadingContext
.JoinableTaskFactory, out var textManager))