3 references to StoreReferenceTypeField
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForInstanceFields.cs (1)
29RuntimeAugments.StoreReferenceTypeField(obj, OffsetPlusHeader, value);
Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForStaticFields.cs (2)
42RuntimeAugments.StoreReferenceTypeField(gcStaticsRegion, FieldOffset, value); 53RuntimeAugments.StoreReferenceTypeField(threadStaticsRegion, FieldOffset, value);