src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (7)
2340=> Narrow<double, float>(low, high);
2347=> Narrow<short, sbyte>(low, high);
2353=> Narrow<int, short>(low, high);
2359=> Narrow<long, int>(low, high);
2366=> Narrow<ushort, byte>(low, high);
2373=> Narrow<uint, ushort>(low, high);
2380=> Narrow<ulong, uint>(low, high);