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