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)
143
var textBuffer = _textBufferFactoryService.CreateTextBuffer(formatted.GetTextSynchronously(CancellationToken.None).ToString(),
_contentType
);