2 references to Box
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\CastHelpers.cs (1)
534return Box(dstMT, ref srcValue);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
449methodTable->IsNullable ? CastHelpers.Box_Nullable(methodTable, ref data) : CastHelpers.Box(methodTable, ref data);