5 references to Length
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
1552
stack.Push(StackValueKind.NativeInt, context.Target.PointerSize == 8 ? ValueTypeValue.FromInt64(arrayInstance.
Length
) : ValueTypeValue.FromInt32(arrayInstance.
Length
));
3354
if ((uint)index >= (uint)
Length
)
3364
if ((uint)index >= (uint)
Length
)
3410
public int ArrayLength =>
Length
;