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