9 references to XmlLiteralComment
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
187=> New(text, ClassificationTypeNames.XmlLiteralComment);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
378[Name(ClassificationTypeNames.XmlLiteralComment)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
190=> New(text, ClassificationTypeNames.XmlLiteralComment);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
1186[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralComment)] 1187[Name(ClassificationTypeNames.XmlLiteralComment)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
118[ClassificationTypeNames.XmlLiteralComment] = XmlLiteralComment,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
43Return ClassificationTypeNames.XmlLiteralComment
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
71XmlLiteralComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
190UpdateForegroundColor(ClassificationTypeNames.XmlLiteralComment, sourceFormatMap, targetFormatMap);