1 write to _contentTypeRegistryService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
60
_contentTypeRegistryService
= _componentModel.GetService<IContentTypeRegistryService>();
2 references to _contentTypeRegistryService
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\AbstractOptionPreviewViewModel.cs (2)
68
_contentType =
_contentTypeRegistryService
.GetContentType(ContentTypeNames.CSharpContentType);
148
var projection = _projectionBufferFactory.CreateProjectionBufferWithoutIndentation(
_contentTypeRegistryService
,