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