6 references to Grow
System.Collections (6)
System\Collections\Generic\PriorityQueue.cs (6)
204
Grow
(currentSize + 1);
405
Grow
(checked(_size + count));
425
Grow
(i + 1);
468
Grow
(checked(_size + count));
481
Grow
(i + 1);
596
Grow
(capacity);