5 references to Abs
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (4)
1425int c = DecCalc.VarDecCmp(Abs(x), Abs(y)); 1446int c = DecCalc.VarDecCmp(Abs(x), Abs(y));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Math.cs (1)
121return decimal.Abs(value);