6 references to StoreValueTypeField
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForInstanceFields.cs (1)
31
RuntimeAugments.
StoreValueTypeField
(obj, OffsetPlusHeader, value, value.GetType().TypeHandle);
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForStaticFields.cs (2)
44
RuntimeAugments.
StoreValueTypeField
(gcStaticsRegion, FieldOffset, value, value.GetType().TypeHandle);
54
RuntimeAugments.
StoreValueTypeField
(threadStaticsRegion, FieldOffset, value, value.GetType().TypeHandle);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs (1)
29
RuntimeAugments.
StoreValueTypeField
(obj, OffsetPlusHeader, value, this.FieldTypeHandle);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForStaticFields.cs (2)
42
RuntimeAugments.
StoreValueTypeField
(gcStaticsRegion, FieldOffset, value, FieldTypeHandle);
52
RuntimeAugments.
StoreValueTypeField
(threadStaticsRegion, FieldOffset, value, FieldTypeHandle);