7 references to RhUnbox
System.Private.CoreLib (7)
Internal\Runtime\Augments\RuntimeAugments.cs (4)
158
RuntimeImports.
RhUnbox
(value, ref element, elementMT);
234
RuntimeImports.
RhUnbox
(fieldValue, ref *(byte*)address, fieldType.ToMethodTable());
253
RuntimeImports.
RhUnbox
(fieldValue, ref address, fieldType.ToMethodTable());
299
RuntimeImports.
RhUnbox
(fieldValue, ref Unsafe.Add<byte>(ref typedReference.Value, fieldOffset), fieldTypeHandle.ToMethodTable());
System\Array.NativeAot.cs (1)
416
RuntimeImports.
RhUnbox
(value, ref element, pElementEEType);
System\Reflection\DynamicInvokeInfo.cs (2)
646
RuntimeImports.
RhUnbox
(arg, ref box.GetRawData(), argumentInfo.Type);
714
RuntimeImports.
RhUnbox
(arg, ref box.GetRawData(), argumentInfo.Type);