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