12 references to XmlDocCommentText
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Classification\SyntacticClassifierTests.cs (2)
5792new ClassifiedSpan(ClassificationTypeNames.XmlDocCommentText, new TextSpan(3, 1)), 5822new ClassifiedSpan(ClassificationTypeNames.XmlDocCommentText, new TextSpan(5, 1)),
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Classification\SyntaxClassification\DocCommentCodeBlockClassifier.cs (1)
59result.Add(new(token.Span, ClassificationTypeNames.XmlDocCommentText));
Classification\Worker_DocumentationComments.cs (2)
77AddClassification(t, ClassificationTypeNames.XmlDocCommentText); 169AddClassification(token, ClassificationTypeNames.XmlDocCommentText);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\ClassificationTypeDefinitions.cs (1)
265[Name(ClassificationTypeNames.XmlDocCommentText)]
Classification\ClassificationTypeFormatDefinitions.cs (2)
811[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.XmlDocCommentText)] 812[Name(ClassificationTypeNames.XmlDocCommentText)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.XmlDoc.cs (1)
54=> New(text, ClassificationTypeNames.XmlDocCommentText);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
118[ClassificationTypeNames.XmlDocCommentText] = XmlDocCommentText,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
69XmlDocCommentText,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
129UpdateForegroundColor(ClassificationTypeNames.XmlDocCommentText, sourceFormatMap, targetFormatMap);