5 references to DocumentationComment
Microsoft.CodeAnalysis.Workspaces (5)
Shared\Utilities\DocumentationComment.cs (5)
140return new DocumentationComment(xml) { HadXmlParseError = true }; 145=> _comment = new DocumentationComment(xml); 334return new DocumentationComment(text) { SummaryText = text }; 351return new DocumentationComment(text) { SummaryText = text }; 374public static readonly DocumentationComment Empty = new(string.Empty);