3 references to LoadValueTypeField
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs (1)
19
return RuntimeAugments.
LoadValueTypeField
(obj, OffsetPlusHeader, this.FieldTypeHandle);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForStaticFields.cs (2)
25
return RuntimeAugments.
LoadValueTypeField
(gcStaticsRegion, FieldOffset, FieldTypeHandle);
34
return RuntimeAugments.
LoadValueTypeField
(threadStaticRegion, FieldOffset, FieldTypeHandle);