1 write to _index
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2692
=> (_parent,
_index
) = (parent, index);
9 references to _index
ILCompiler.Compiler (9)
Compiler\TypePreinit.cs (9)
2689
public override FieldDesc BackingField =>
_index
== 0 ? _parent._fieldThatOwnsMemory : null;
2715
_parent._methods[
_index
] = methodPointer.PointedToMethod;
2719
&& _parent._methods.Length -
_index
>= otherStruct._methods.Length)
2721
Array.Copy(otherStruct._methods, 0, _parent._methods,
_index
, otherStruct._methods.Length);
2732
|| mdType.InstanceFieldSize.AsInt > (_parent._methods.Length -
_index
) * _parent._type.Context.Target.PointerSize)
2739
Array.Copy(_parent._methods,
_index
, slots, 0, slots.Length);
2754
int index = (field.Offset.AsInt / _parent._type.Context.Target.PointerSize) +
_index
;
2791
if (
_index
+ numSlots > _parent._methods.Length)
2794
for (int i =
_index
; i < numSlots; i++)