1 write to _componentModel
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
58_componentModel = (IComponentModel)serviceProvider.GetService(typeof(SComponentModel));
6 references to _componentModel
Microsoft.VisualStudio.LanguageServices.Implementation (6)
Options\AbstractOptionPreviewViewModel.cs (6)
60_contentTypeRegistryService = _componentModel.GetService<IContentTypeRegistryService>(); 61_textBufferCloneService = _componentModel.GetService<ITextBufferCloneService>(); 62_textEditorFactoryService = _componentModel.GetService<ITextEditorFactoryService>(); 63_projectionBufferFactory = _componentModel.GetService<IProjectionBufferFactoryService>(); 64_editorOptions = _componentModel.GetService<IEditorOptionsFactoryService>(); 116var service = VisualStudioMefHostServices.Create(_componentModel.GetService<ExportProvider>());