4 references to Grow
Microsoft.CodeAnalysis (4)
Syntax\SyntaxListBuilder.cs (4)
39this.Grow(Count == 0 ? 8 : _nodes.Length * 2); 54this.Grow(Count + length); 88this.Grow(Count + count); 122this.Grow(Count + count);