1 write to FieldTypeHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (1)
17
this.
FieldTypeHandle
= fieldTypeHandle;
9 references to FieldTypeHandle
System.Private.Reflection.Execution (9)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (3)
60
value = RuntimeAugments.CheckArgument(value, this.
FieldTypeHandle
, binderBundle);
74
value = RuntimeAugments.CheckArgumentForDirectFieldAccess(value, this.
FieldTypeHandle
);
86
value = RuntimeAugments.CheckArgumentForDirectFieldAccess(value, this.
FieldTypeHandle
);
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForInstanceFields.cs (2)
20
return RuntimeAugments.LoadPointerTypeField(obj, OffsetPlusHeader, this.
FieldTypeHandle
);
25
return RuntimeAugments.LoadPointerTypeFieldValueFromValueType(typedReference, this.Offset, this.
FieldTypeHandle
);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs (4)
19
return RuntimeAugments.LoadValueTypeField(obj, OffsetPlusHeader, this.
FieldTypeHandle
);
24
return RuntimeAugments.LoadValueTypeFieldValueFromValueType(typedReference, this.Offset, this.
FieldTypeHandle
);
29
RuntimeAugments.StoreValueTypeField(obj, OffsetPlusHeader, value, this.
FieldTypeHandle
);
34
RuntimeAugments.StoreValueTypeFieldValueIntoValueType(typedReference, this.Offset, value, this.
FieldTypeHandle
);