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