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