2 references to RhNewVariableSizeObject
System.Private.CoreLib (2)
System\Array.NativeAot.cs (1)
162
Array ret = RuntimeImports.
RhNewVariableSizeObject
(eeType, (int)totalLength);
System\Object.NativeAot.cs (1)
32
RuntimeImports.
RhNewVariableSizeObject
(this.GetMethodTable(), Unsafe.As<Array>(this).Length) :