4 references to Max
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (3)
534
static byte INumber<byte>.MaxNumber(byte x, byte y) =>
Max
(x, y);
670
static byte INumberBase<byte>.MaxMagnitude(byte x, byte y) =>
Max
(x, y);
673
static byte INumberBase<byte>.MaxMagnitudeNumber(byte x, byte y) =>
Max
(x, y);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
828
return (T)(object)byte.
Max
((byte)(object)left, (byte)(object)right);