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