9 references to XmlDocCommentComment
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_DocumentationComments.cs (1)
171AddClassification(token, ClassificationTypeNames.XmlDocCommentComment);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
211[Name(ClassificationTypeNames.XmlDocCommentComment)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.XmlDoc.cs (1)
34=> New(text, ClassificationTypeNames.XmlDocCommentComment);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
646[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlDocCommentComment)] 647[Name(ClassificationTypeNames.XmlDocCommentComment)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
107[ClassificationTypeNames.XmlDocCommentComment] = XmlDocCommentComment,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.DocumentationCommentClassifier.vb (1)
139_worker.AddClassification(token, ClassificationTypeNames.XmlDocCommentComment)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
61XmlDocCommentComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
133UpdateForegroundColor(ClassificationTypeNames.XmlDocCommentComment, sourceFormatMap, targetFormatMap);