5 references to InternalCreate
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Array.cs (5)
83return InternalCreate(t, 1, &length, null); 99return InternalCreate(t, 2, pLengths, null); 116return InternalCreate(t, 3, pLengths, null); 141return InternalCreate(t, lengths.Length, pLengths, null); 170return InternalCreate(t, lengths.Length, pLengths, pLowerBounds);