8 references to XmlLiteralComment
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
187=> New(text, ClassificationTypeNames.XmlLiteralComment);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
402[Name(ClassificationTypeNames.XmlLiteralComment)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
1261[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralComment)] 1262[Name(ClassificationTypeNames.XmlLiteralComment)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
202=> New(text, ClassificationTypeNames.XmlLiteralComment);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
124[ClassificationTypeNames.XmlLiteralComment] = XmlLiteralComment,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
74XmlLiteralComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
191UpdateForegroundColor(ClassificationTypeNames.XmlLiteralComment, sourceFormatMap, targetFormatMap);