2 references to Max
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
648static short INumber<short>.MaxNumber(short x, short y) => Max(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
836return (T)(object)short.Max((short)(object)left, (short)(object)right);