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