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