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