1 write to FieldTypeHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\StaticFieldAccessor.cs (1)
21
FieldTypeHandle
= fieldTypeHandle;
11 references to FieldTypeHandle
System.Private.Reflection.Execution (11)
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForStaticFields.cs (3)
25
return RuntimeAugments.LoadPointerTypeField(gcStaticsRegion, FieldOffset,
FieldTypeHandle
);
29
return RuntimeAugments.LoadPointerTypeField(StaticsBase + FieldOffset,
FieldTypeHandle
);
34
return RuntimeAugments.LoadPointerTypeField(threadStaticRegion, FieldOffset,
FieldTypeHandle
);
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForStaticFields.cs (6)
25
return RuntimeAugments.LoadValueTypeField(gcStaticsRegion, FieldOffset,
FieldTypeHandle
);
29
return RuntimeAugments.LoadValueTypeField(StaticsBase + FieldOffset,
FieldTypeHandle
);
34
return RuntimeAugments.LoadValueTypeField(threadStaticRegion, FieldOffset,
FieldTypeHandle
);
42
RuntimeAugments.StoreValueTypeField(gcStaticsRegion, FieldOffset, value,
FieldTypeHandle
);
46
RuntimeAugments.StoreValueTypeField(StaticsBase + FieldOffset, value,
FieldTypeHandle
);
52
RuntimeAugments.StoreValueTypeField(threadStaticsRegion, FieldOffset, value,
FieldTypeHandle
);
Internal\Reflection\Execution\FieldAccessors\WritableStaticFieldAccessor.cs (2)
24
value = RuntimeAugments.CheckArgument(value,
FieldTypeHandle
, binderBundle);
36
value = RuntimeAugments.CheckArgumentForDirectFieldAccess(value,
FieldTypeHandle
);