3 references to Box
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
2264return RuntimeHelpers.Box(ref MemoryMarshal.GetReference(rawData), type)!;
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
914return RuntimeHelpers.Box(ref RuntimeHelpers.GetRawData(value), type.TypeHandle)!;
src\System\RuntimeType.BoxCache.cs (1)
13/// A cache which allows optimizing <see cref="RuntimeHelpers.Box(ref byte, RuntimeTypeHandle)"/>.