4 references to IsPredicate
System.Data.Entity (4)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
494else if (IsPredicate(expr)) 576if (!IsPredicate(expr)) 1092argNodes.Add(Tuple.Create(VisitExpr(argExpr), IsPredicate(argExpr))); 1099_functionsIsPredicateFlag[applicationExpr] = IsPredicate(lambda.Body);