1 write to ComponentModel
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractLibraryManager.cs (1)
22
ComponentModel
= componentModel;
4 references to ComponentModel
Microsoft.VisualStudio.LanguageServices (4)
Library\AbstractObjectList.cs (1)
319
var asynchronousOperationListener = LibraryManager.
ComponentModel
.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (2)
491
var streamingPresenter =
ComponentModel
.GetService<IStreamingFindUsagesPresenter>();
492
var asynchronousOperationListener =
ComponentModel
.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\ObjectList.cs (1)
748
var operationExecutor = LibraryManager.
ComponentModel
.GetService<IUIThreadOperationExecutor>();