2 overrides of ContentTypeName
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpEditorFactory.cs (1)
29
protected override string
ContentTypeName
=> ContentTypeNames.CSharpContentType;
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
LanguageService\VisualBasicEditorFactory.vb (1)
23
Protected Overrides ReadOnly Property
ContentTypeName
As String = ContentTypeNames.VisualBasicContentType
1 reference to ContentTypeName
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractEditorFactory.cs (1)
163
var contentType = contentTypeRegistryService.GetContentType(
ContentTypeName
);