src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (7)
2418=> Narrow<double, float>(low, high);
2425=> Narrow<short, sbyte>(low, high);
2431=> Narrow<int, short>(low, high);
2437=> Narrow<long, int>(low, high);
2444=> Narrow<ushort, byte>(low, high);
2451=> Narrow<uint, ushort>(low, high);
2458=> Narrow<ulong, uint>(low, high);