2 references to Max
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1251
static decimal INumber<decimal>.MaxNumber(decimal x, decimal y) =>
Max
(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
950
return decimal.
Max
(val1, val2);