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