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