4 references to XmlDocCommentText
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Classification\SyntaxClassification\DocCommentCodeBlockClassifier.cs (1)
59
result.Add(new(token.Span, ClassificationTypeNames.
XmlDocCommentText
));
Classification\Worker_DocumentationComments.cs (2)
77
AddClassification(t, ClassificationTypeNames.
XmlDocCommentText
);
169
AddClassification(token, ClassificationTypeNames.
XmlDocCommentText
);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
69
XmlDocCommentText
,