3 references to GetService
Microsoft.VisualStudio.LanguageServices (3)
EditorConfigSettings\SettingsEditorPane.cs (1)
169
var windowSearchHostFactory = this.
GetService
<SVsWindowSearchHostFactory, IVsWindowSearchHostFactory>(_threadingContext.JoinableTaskFactory);
Workspace\SourceGeneratedFileManager.cs (2)
137
var openDocumentService = _serviceProvider.
GetService
<SVsUIShellOpenDocument, IVsUIShellOpenDocument>(_threadingContext.JoinableTaskFactory);
204
var runningDocumentTable = _serviceProvider.
GetService
<SVsRunningDocumentTable, IVsRunningDocumentTable4>(_threadingContext.JoinableTaskFactory);