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)
461DbExpression retExpr = _orderByLifter.Filter(input, predicate); 475DbExpression retExpr = _orderByLifter.Limit(argument, limit); 482DbExpression retExpr = _orderByLifter.OfType(argument, ofType); 489DbExpression retExpr = _orderByLifter.Project(input, projection); 508DbExpression retExpr = _orderByLifter.Skip(input, skipCount);