5 references to InternalCreate
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Array.cs (5)
84return InternalCreate(t, 1, &length, null); 100return InternalCreate(t, 2, pLengths, null); 117return InternalCreate(t, 3, pLengths, null); 142return InternalCreate(t, lengths.Length, pLengths, null); 171return InternalCreate(t, lengths.Length, pLengths, pLowerBounds);