4 references to Grow
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
218Grow(size + 1); 257Grow(checked(_size + count)); 441Grow(capacity);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CollectionsMarshal.cs (1)
128list.Grow(count);