1 write to ComponentModel
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractLibraryManager.cs (1)
27
ComponentModel
= componentModel;
5 references to ComponentModel
Microsoft.VisualStudio.LanguageServices (5)
Library\AbstractObjectList.cs (1)
328
var asynchronousOperationListener = LibraryManager.
ComponentModel
.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (3)
489
var streamingPresenter =
ComponentModel
.GetService<IStreamingFindUsagesPresenter>();
490
var asynchronousOperationListener =
ComponentModel
.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
491
var globalOptions =
ComponentModel
.GetService<IGlobalOptionService>();
Library\ObjectBrowser\ObjectList.cs (1)
742
var operationExecutor = LibraryManager.
ComponentModel
.GetService<IUIThreadOperationExecutor>();