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