src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (7)
2751=> NarrowWithSaturation<double, float>(low, high);
2758=> NarrowWithSaturation<short, sbyte>(low, high);
2764=> NarrowWithSaturation<int, short>(low, high);
2770=> NarrowWithSaturation<long, int>(low, high);
2777=> NarrowWithSaturation<ushort, byte>(low, high);
2784=> NarrowWithSaturation<uint, ushort>(low, high);
2791=> NarrowWithSaturation<ulong, uint>(low, high);