3 references to Length
System.Private.CoreLib (3)
System\Array.NativeAot.cs (2)
37public int Length => checked((int)Unsafe.As<RawArrayData>(this).Length); 40internal nuint NativeLength => Unsafe.As<RawArrayData>(this).Length;
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
190rawSize += (uint)Unsafe.As<RawArrayData>(obj).Length * (nuint)pMT->ComponentSize;