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