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