4 references to IsFalse
System.Data.Entity (4)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
706
if (predicate != null && predicate.
IsFalse
)
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
985
PlanCompiler.Assert(constPred.
IsFalse
, "constant predicate must be either true or false");
2013
PlanCompiler.Assert(predOp.
IsFalse
, "unexpected non-false predicate?");
3307
if (joinPredicate.
IsFalse
)