10 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)
200[Name(ClassificationTypeNames.XmlDocCommentComment)]
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
ClassificationTypeFormatDefinitions.cs (2)
627[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlDocCommentComment)] 628[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)
627[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlDocCommentComment)] 628[Name(ClassificationTypeNames.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)
59XmlDocCommentComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
80UpdateForegroundColor(ClassificationTypeNames.XmlDocCommentComment, sourceFormatMap, targetFormatMap);