1 write to ComponentModel
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractLibraryManager.cs (1)
23
ComponentModel
= componentModel;
6 references to ComponentModel
Microsoft.VisualStudio.LanguageServices (6)
Library\AbstractObjectList.cs (1)
329
var asynchronousOperationListener = LibraryManager.
ComponentModel
.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (4)
59
var workspace =
ComponentModel
.GetService<VisualStudioWorkspace>();
502
var streamingPresenter =
ComponentModel
.GetService<IStreamingFindUsagesPresenter>();
503
var asynchronousOperationListener =
ComponentModel
.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
504
var globalOptions =
ComponentModel
.GetService<IGlobalOptionService>();
Library\ObjectBrowser\ObjectList.cs (1)
742
var operationExecutor = LibraryManager.
ComponentModel
.GetService<IUIThreadOperationExecutor>();