1 write to _targetFields
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2456_targetFields = new FieldDesc[numFields];
5 references to _targetFields
ILCompiler.Compiler (5)
Compiler\TypePreinit.cs (5)
2445public override int Size => _entryType.InstanceFieldSize.AsInt * _targetFields.Length; 2505for (int i = 0; i < _targetFields.Length; i++) 2511if (_targetFields[i] is not FieldDesc targetField) 2577_parent._targetFields[_index] = byrefValue.BackingField; 2602&& field.Offset.AsInt < _parent._entryType.InstanceFieldSize.AsInt * _parent._targetFields.Length)