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)
2418public override int Size => _entryType.InstanceFieldSize.AsInt * _targetFields.Length; 2478for (int i = 0; i < _targetFields.Length; i++) 2484if (_targetFields[i] is not FieldDesc targetField) 2550_parent._targetFields[_index] = byrefValue.BackingField; 2575&& field.Offset.AsInt < _parent._entryType.InstanceFieldSize.AsInt * _parent._targetFields.Length)