5 references to RhBoxAny
System.Private.CoreLib (5)
System\Attribute.NativeAot.cs (3)
46
object thisResult = RuntimeImports.
RhBoxAny
(ref Unsafe.Add(ref thisRawData, fieldOffset), fieldType);
47
object thatResult = RuntimeImports.
RhBoxAny
(ref Unsafe.Add(ref thatRawData, fieldOffset), fieldType);
72
object? fieldValue = RuntimeImports.
RhBoxAny
(ref Unsafe.Add(ref thisRawData, fieldOffset), fieldType);
System\ValueType.cs (2)
86
object thisField = RuntimeImports.
RhBoxAny
(ref Unsafe.Add(ref thisRawData, fieldOffset), fieldType);
87
object thatField = RuntimeImports.
RhBoxAny
(ref Unsafe.Add(ref thatRawData, fieldOffset), fieldType);