9 references to XmlLiteralComment
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
367[Name(ClassificationTypeNames.XmlLiteralComment)]
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
ClassificationTypeFormatDefinitions.cs (2)
1131[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralComment)] 1132[Name(ClassificationTypeNames.XmlLiteralComment)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
186=> New(text, ClassificationTypeNames.XmlLiteralComment);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
1131[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlLiteralComment)] 1132[Name(ClassificationTypeNames.XmlLiteralComment)]
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\ClassificationHelpers.vb (1)
42Return ClassificationTypeNames.XmlLiteralComment
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
69XmlLiteralComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
140UpdateForegroundColor(ClassificationTypeNames.XmlLiteralComment, sourceFormatMap, targetFormatMap);