3 references to Multiply
Microsoft.CodeAnalysis.VisualBasic (2)
Preprocessor\TypeHelpers.vb (1)
74pdecResult = Decimal.Multiply(pdecLeft, pdecRight)
Semantics\Operators.vb (1)
1474resultValue = Decimal.Multiply(leftValue, rightValue)
System.Data.Common (1)
System\Data\SQLTypes\SQLMoney.cs (1)
298new SqlMoney(decimal.Multiply(x.ToDecimal(), y.ToDecimal()));