3 references to DocumentationComment
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Utilities\DocumentationComment.cs (3)
142return new DocumentationComment(xml) { HadXmlParseError = true }; 147=> _comment = new DocumentationComment(xml); 360public static readonly DocumentationComment Empty = new(string.Empty);