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