3 references to Grow
Microsoft.CodeAnalysis (3)
Syntax\SyntaxTriviaListBuilder.cs (3)
76this.Grow(_count == 0 ? 8 : _nodes.Length * 2); 98this.Grow(_count + length); 114this.Grow(_count + length);