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