20 references to GetGlobalService
Microsoft.VisualStudio.IntegrationTest.Utilities (20)
InProcess\CodeDefinitionWindow_InProc.cs (3)
33var shell = GetGlobalService<SVsUIShell, IVsUIShell>(); 52var codeDefinitionWindow = GetGlobalService<SVsCodeDefView, IVsCodeDefView>(); 67var codeDefinitionWindow = GetGlobalService<SVsCodeDefView, IVsCodeDefView>();
InProcess\Editor_InProc.cs (2)
65var vsTextManager = GetGlobalService<SVsTextManager, IVsTextManager>(); 633var shell = GetGlobalService<SVsShell, IVsShell>();
InProcess\ErrorList_InProc.cs (1)
85var errorList = GetGlobalService<SVsErrorList, IVsTaskList>();
InProcess\InProcComponent.cs (2)
104=> GetGlobalService<SDTE, DTE>(); 107=> GetGlobalService<SComponentModel, IComponentModel>();
InProcess\InteractiveWindow_InProc.cs (1)
188var shell = GetGlobalService<SVsUIShell, IVsUIShell>();
InProcess\ObjectBrowserWindow_InProc.cs (1)
18var uiShell = GetGlobalService<SVsUIShell, IVsUIShell>();
InProcess\Shell_InProc.cs (1)
24var shell = GetGlobalService<SVsShell, IVsShell>();
InProcess\SolutionExplorer_InProc.cs (5)
121var solution = GetGlobalService<SVsSolution, IVsSolution>(); 368var solution = GetGlobalService<SVsSolution, IVsSolution>(); 518var vsTextManager = GetGlobalService<SVsTextManager, IVsTextManager>(); 600var buildManager = GetGlobalService<SVsSolutionBuildManager, IVsSolutionBuildManager2>(); 784var textManager = GetGlobalService<SVsTextManager, IVsTextManager>();
InProcess\StartPage_InProc.cs (1)
33var uiShell = GetGlobalService<SVsUIShell, IVsUIShell>();
InProcess\TextViewWindow_InProc.cs (1)
74var shell = GetGlobalService<SVsUIShell, IVsUIShell>();
InProcess\VisualStudioWorkspace_InProc.cs (2)
96var operationProgressStatus = InvokeOnUIThread(_ => GetGlobalService<SVsOperationProgress, IVsOperationProgressStatusService>()); 104var vsShell = GetGlobalService<SVsShell, IVsShell>();