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