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