1 write to _index
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2703
=> (_parent,
_index
) = (parent, index);
10 references to _index
ILCompiler.Compiler (10)
Compiler\TypePreinit.cs (10)
2700
public override FieldDesc BackingField =>
_index
== 0 ? _parent._fieldThatOwnsMemory : null;
2726
_parent._methods[
_index
] = methodPointer.PointedToMethod;
2730
&& _parent._methods.Length -
_index
>= otherStruct._methods.Length)
2732
Array.Copy(otherStruct._methods, 0, _parent._methods,
_index
, otherStruct._methods.Length);
2743
|| mdType.InstanceFieldSize.AsInt > (_parent._methods.Length -
_index
) * _parent._type.Context.Target.PointerSize)
2750
Array.Copy(_parent._methods,
_index
, slots, 0, slots.Length);
2765
int index = (field.Offset.AsInt / _parent._type.Context.Target.PointerSize) +
_index
;
2802
if (
_index
+ numSlots > _parent._methods.Length)
2805
for (int i =
_index
; i <
_index
+ numSlots; i++)