1 write to _targetFields
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2429
_targetFields
= new FieldDesc[numFields];
5 references to _targetFields
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
2418
public override int Size => _entryType.InstanceFieldSize.AsInt *
_targetFields
.Length;
2478
for (int i = 0; i <
_targetFields
.Length; i++)
2484
if (
_targetFields
[i] is not FieldDesc targetField)
2550
_parent.
_targetFields
[_index] = byrefValue.BackingField;
2575
&& field.Offset.AsInt < _parent._entryType.InstanceFieldSize.AsInt * _parent.
_targetFields
.Length)