2 references to Min
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1260
static decimal INumber<decimal>.MinNumber(decimal x, decimal y) =>
Min
(x, y);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
1110
return decimal.
Min
(val1, val2);