3 references to Subtract
Microsoft.CodeAnalysis.VisualBasic (2)
Preprocessor\TypeHelpers.vb (1)
61pdecResult = Decimal.Subtract(pdecLeft, pdecRight)
Semantics\Operators.vb (1)
1471resultValue = Decimal.Subtract(leftValue, rightValue)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
972public static decimal operator --(decimal d) => Subtract(d, One);