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