7 references to LessThan
System.Core (2)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
885return LessThan(left, right, liftToNull, method); 1109return LessThan(left, right, false, null);
System.Data.Entity (2)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (2)
166return Expression.LessThan(m.Arguments[0], m.Arguments[1], LiftToNull, m.Method); 466result = Expression.LessThan(left, right, LiftToNull, relationalOperatorPlaceholderMethod);
System.Data.Services (1)
System\Data\Services\OpenTypes\OpenTypeMethods.cs (1)
605return Expression.LessThan(
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (2)
272return Expression.LessThan(visited.Arguments[0], visited.Arguments[1], LiftToNull, visited.Method); 548result = Expression.LessThan(left, right, LiftToNull, relationalOperatorPlaceholderMethod);