5 references to Grow
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (1)
107
list.
Grow
(checked(list._size + source.Length));
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)
151
list.
Grow
(count);