4 references to LessThan
System.Data.Entity (4)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
488return this.VisitBinary(expression, CqtBuilder.LessThan);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4618return args.Left.LessThan(args.Right);
System\Data\Objects\ELinq\Translator.cs (1)
971return left.LessThan(right);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
867compExpr = left.LessThan(right);