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