6 references to Grow
System.Collections (6)
System\Collections\Generic\PriorityQueue.cs (6)
209
Grow
(currentSize + 1);
410
Grow
(checked(_size + count));
430
Grow
(i + 1);
473
Grow
(checked(_size + count));
486
Grow
(i + 1);
601
Grow
(capacity);