5 references to InternalCreate
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Array.cs (5)
82return InternalCreate(t, 1, &length, null); 98return InternalCreate(t, 2, pLengths, null); 115return InternalCreate(t, 3, pLengths, null); 140return InternalCreate(t, lengths.Length, pLengths, null); 169return InternalCreate(t, lengths.Length, pLengths, pLowerBounds);