3 references to _functionsIsPredicateFlag
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
389
if (
_functionsIsPredicateFlag
.TryGetValue(expr, out isPredicateFunction))
408
if (
_functionsIsPredicateFlag
.TryGetValue(expr, out isPredicateFunction))
1099
_functionsIsPredicateFlag
[applicationExpr] = IsPredicate(lambda.Body);