1 reference to Add
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
969public static decimal operator ++(decimal d) => Add(d, One);