1 override of BackingField
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2689
public override FieldDesc
BackingField
=> _index == 0 ? _parent._fieldThatOwnsMemory : null;
2 references to BackingField
ILCompiler.Compiler (2)
Compiler\TypePreinit.cs (2)
2548
&& byrefValue.
BackingField
!= null)
2550
_parent._targetFields[_index] = byrefValue.
BackingField
;