3 references to CanPrimitiveWiden
System.Private.CoreLib (3)
System\Array.NativeAot.cs (1)
338
else if (InvokeUtils.
CanPrimitiveWiden
(destElementType, sourceElementType))
System\InvokeUtils.cs (2)
140
if (!
CanPrimitiveWiden
(dstElementType, srcElementType))
156
Debug.Assert(
CanPrimitiveWiden
(dstType, srcType) && dstType != srcType);