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