3 references to Multiply
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
607return Expression.Multiply(arg1, arg2, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\BinaryExpression.cs (2)
907ExpressionType.Multiply => Multiply(left, right, method), 2051return Multiply(left, right, method: null);