2 references to MaxMagnitude
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
805static short INumberBase<short>.MaxMagnitudeNumber(short x, short y) => MaxMagnitude(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
1116return (T)(object)short.MaxMagnitude((short)(object)left, (short)(object)right);