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