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