15 references to GetComponentModel
Microsoft.VisualStudio.IntegrationTest.Utilities (15)
InProcess\CSharpInteractiveWindow_InProc.cs (1)
25
var componentModel =
GetComponentModel
();
InProcess\Editor_InProc.cs (2)
314
var broker =
GetComponentModel
().GetService<ILightBulbBroker>();
622
var tagAggregatorFactory =
GetComponentModel
().GetService<IViewTagAggregatorFactoryService>();
InProcess\InProcComponent.cs (2)
98
=> InvokeOnUIThread(cancellationToken =>
GetComponentModel
().GetService<TService>());
101
=> new(
GetComponentModel
().DefaultExportProvider.GetExport<AsynchronousOperationListenerProvider>().Value);
InProcess\SolutionExplorer_InProc.cs (2)
396
var waitingService = new TestWaitingService(
GetComponentModel
().DefaultExportProvider.GetExportedValue<AsynchronousOperationListenerProvider>());
883
var solutionRestoreService = InvokeOnUIThread(cancellationToken =>
GetComponentModel
().GetExtensions<IVsSolutionRestoreService2>().Single());
InProcess\TextViewWindow_InProc.cs (6)
91
var broker =
GetComponentModel
().GetService<ILightBulbBroker>();
322
var broker =
GetComponentModel
().GetService<ILightBulbBroker>();
345
var broker =
GetComponentModel
().GetService<ILightBulbBroker>();
398
var broker =
GetComponentModel
().GetService<ILightBulbBroker>();
538
var broker =
GetComponentModel
().GetService<ILightBulbBroker>();
545
var broker =
GetComponentModel
().GetService<ICompletionBroker>();
InProcess\VisualStudioWorkspace_InProc.cs (2)
83
var listenerProvider =
GetComponentModel
().DefaultExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>();
148
var provider =
GetComponentModel
().DefaultExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>();