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