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