Base:
property
Offset
Internal.Reflection.Core.Execution.FieldAccessor.Offset
6 references to Offset
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForInstanceFields.cs (2)
25
return RuntimeAugments.LoadPointerTypeFieldValueFromValueType(typedReference, this.
Offset
, this.FieldTypeHandle);
37
RuntimeAugments.StoreValueTypeFieldValueIntoValueType(typedReference, this.
Offset
, value, value.GetType().TypeHandle);
Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForInstanceFields.cs (2)
24
return RuntimeAugments.LoadReferenceTypeFieldValueFromValueType(typedReference, this.
Offset
);
34
RuntimeAugments.StoreReferenceTypeFieldValueIntoValueType(typedReference, this.
Offset
, value);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs (2)
24
return RuntimeAugments.LoadValueTypeFieldValueFromValueType(typedReference, this.
Offset
, this.FieldTypeHandle);
34
RuntimeAugments.StoreValueTypeFieldValueIntoValueType(typedReference, this.
Offset
, value, this.FieldTypeHandle);