3 references to GrowForInsertion
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (1)
139list.GrowForInsertion(index, source.Length);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (2)
779GrowForInsertion(index, 1); 828GrowForInsertion(index, count);