19 references to GetComponentModelService
Microsoft.VisualStudio.IntegrationTest.Utilities (19)
InProcess\CodeDefinitionWindow_InProc.cs (1)
39
var editorAdaptersService =
GetComponentModelService
<IVsEditorAdaptersFactoryService>();
InProcess\Editor_InProc.cs (6)
99
var featureServiceFactory =
GetComponentModelService
<IFeatureServiceFactory>();
248
var broker =
GetComponentModelService
<ISignatureHelpBroker>();
268
var viewTagAggregatorFactory =
GetComponentModelService
<IViewTagAggregatorFactoryService>();
285
var broker =
GetComponentModelService
<ISignatureHelpBroker>();
315
var classifierAggregatorService =
GetComponentModelService
<IViewClassifierAggregatorService>();
601
var manager =
GetComponentModelService
<IOutliningManagerService>().GetOutliningManager(view);
InProcess\TextViewWindow_InProc.cs (10)
38
var broker =
GetComponentModelService
<ICompletionBroker>();
58
var broker =
GetComponentModelService
<ICompletionBroker>();
109
var broker =
GetComponentModelService
<ICompletionBroker>();
126
var textStructureNavigatorSelectorService =
GetComponentModelService
<ITextStructureNavigatorSelectorService>();
132
var classifierAggregatorService =
GetComponentModelService
<IViewClassifierAggregatorService>();
266
var broker =
GetComponentModelService
<IAsyncQuickInfoBroker>();
279
var broker =
GetComponentModelService
<IAsyncQuickInfoBroker>();
306
var service =
GetComponentModelService
<IViewTagAggregatorFactoryService>();
455
var threadOperationExecutor =
GetComponentModelService
<IUIThreadOperationExecutor>();
456
var guardedOperations =
GetComponentModelService
<IGuardedOperations2>();
InProcess\VisualStudioWorkspace_InProc.cs (2)
35
_visualStudioWorkspace =
GetComponentModelService
<VisualStudioWorkspace>();
36
_globalOptions =
GetComponentModelService
<IGlobalOptionService>();