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