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