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