1 write to _orderByLifter
System.Data.Entity (1)
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
135
_orderByLifter
= new OrderByLifter(_aliasGenerator);
5 references to _orderByLifter
System.Data.Entity (5)
System\Data\Objects\ELinq\ExpressionConverter.cs (5)
461
DbExpression retExpr =
_orderByLifter
.Filter(input, predicate);
475
DbExpression retExpr =
_orderByLifter
.Limit(argument, limit);
482
DbExpression retExpr =
_orderByLifter
.OfType(argument, ofType);
489
DbExpression retExpr =
_orderByLifter
.Project(input, projection);
508
DbExpression retExpr =
_orderByLifter
.Skip(input, skipCount);