src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (7)
2487=> NarrowWithSaturation<double, float>(low, high);
2494=> NarrowWithSaturation<short, sbyte>(low, high);
2500=> NarrowWithSaturation<int, short>(low, high);
2506=> NarrowWithSaturation<long, int>(low, high);
2513=> NarrowWithSaturation<ushort, byte>(low, high);
2520=> NarrowWithSaturation<uint, ushort>(low, high);
2527=> NarrowWithSaturation<ulong, uint>(low, high);