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