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