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