3 overrides of UncheckedGetFieldDirectFromValueType
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\FieldAccessors\PointerTypeFieldAccessorForInstanceFields.cs (1)
23protected sealed override object UncheckedGetFieldDirectFromValueType(TypedReference typedReference)
Internal\Reflection\Execution\FieldAccessors\ReferenceTypeFieldAccessorForInstanceFields.cs (1)
22protected sealed override object UncheckedGetFieldDirectFromValueType(TypedReference typedReference)
Internal\Reflection\Execution\FieldAccessors\ValueTypeFieldAccessorForInstanceFields.cs (1)
22protected sealed override object UncheckedGetFieldDirectFromValueType(TypedReference typedReference)
1 reference to UncheckedGetFieldDirectFromValueType
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (1)
41return UncheckedGetFieldDirectFromValueType(typedReference);