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