1 override of ContentTypeName
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpEditorFactory.cs (1)
21
protected override string
ContentTypeName
=> ContentTypeNames.CSharpContentType;
1 reference to ContentTypeName
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractEditorFactory.cs (1)
159
var contentType = contentTypeRegistryService.GetContentType(
ContentTypeName
);