4 references to SqlPredicateLifter
System.Data.Linq (4)
SqlClient\Query\SqlOuterApplyReducer.cs (4)
37if (SqlPredicateLifter.CanLift(join.Right, leftProducedAliases, liftedExpressions) && 41SqlExpression liftedPredicate = SqlPredicateLifter.Lift(join.Right, leftProducedAliases); 84if (SqlPredicateLifter.CanLift(leftOuter.Right, leftProducedAliases, liftedExpressions) && 89SqlExpression liftedPredicate = SqlPredicateLifter.Lift(leftOuter.Right, leftProducedAliases);