1 write to _contentType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
68
_contentType
= _contentTypeRegistryService.GetContentType(ContentTypeNames.CSharpContentType);
1 reference to _contentType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
144
var textBuffer = _textBufferCloneService.Clone(SourceText.From(formatted.ToFullString(), Encoding.UTF8),
_contentType
);