2 references to Grow
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNodeOrTokenListBuilder.cs (2)
64
this.
Grow
(_count == 0 ? 8 : _nodes.Length * 2);
96
this.
Grow
(_count + length);