7 references to NarrowWithSaturation
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (7)
2409=> NarrowWithSaturation<double, float>(low, high); 2416=> NarrowWithSaturation<short, sbyte>(low, high); 2422=> NarrowWithSaturation<int, short>(low, high); 2428=> NarrowWithSaturation<long, int>(low, high); 2435=> NarrowWithSaturation<ushort, byte>(low, high); 2442=> NarrowWithSaturation<uint, ushort>(low, high); 2449=> NarrowWithSaturation<ulong, uint>(low, high);