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