3 references to GetPushdownPredicate
System.Data.Entity (3)
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
1549Node pushdownPredicate = GetPushdownPredicate(trc.Command, filterNode, null, out nonPushdownPredicate); 1649Node pushdownPredicate = GetPushdownPredicate(context.Command, filterNode, null, out nonPushdownPredicate); 1721Node pushdownPredicate = GetPushdownPredicate(context.Command, filterNode, groupByOp.Keys, out nonPushdownPredicate);