3 overrides of UncheckedGetField
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForInstanceFields.cs (1)
18
protected sealed override object
UncheckedGetField
(object obj)
Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForInstanceFields.cs (1)
17
protected sealed override object
UncheckedGetField
(object obj)
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs (1)
17
protected sealed override object
UncheckedGetField
(object obj)
1 reference to UncheckedGetField
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (1)
29
return
UncheckedGetField
(obj);