2 references to SyntaxListBuilder
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\InternalSyntax\SyntaxListBuilderOfT.cs (1)
11
:
this
(new SyntaxListBuilder(size))
Language\Syntax\InternalSyntax\SyntaxListPool.cs (1)
48
var builder = new
SyntaxListBuilder
<TNode>(this.Allocate());