1 instantiation of CommentBuilder
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
133return 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 106result = CommentBuilder.Parse(xml); 166private static void ParseCallback(XmlReader reader, CommentBuilder builder)