1 instantiation of CommentBuilder
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
133
return new
CommentBuilder
(xml).ParseInternal(xml);
3 references to CommentBuilder
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Utilities\DocumentationComment.cs (3)
77
/// Used for <see cref="
CommentBuilder
.TrimEachLine"/> method, to prevent new allocation of string
106
result =
CommentBuilder
.Parse(xml);
166
private static void ParseCallback(XmlReader reader,
CommentBuilder
builder)