3 references to GreaterThan
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
595return Expression.GreaterThan(arg1, arg2, bIsLifted, methodInfo);
System.Linq.Expressions (2)
System\Linq\Expressions\BinaryExpression.cs (2)
918ExpressionType.GreaterThan => GreaterThan(left, right, liftToNull, method), 1101return GreaterThan(left, right, liftToNull: false, method: null);