5 references to IsTrue
System.Data.Entity (5)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
706return DbExpressionBuilder.True.Equal(op.IsTrue ? DbExpressionBuilder.True : DbExpressionBuilder.False);
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
977if (constPred.IsTrue) 1200newNode = pred.IsTrue ? otherNode : constantPredicateNode; 1203newNode = pred.IsTrue ? constantPredicateNode : otherNode; 2007if (predOp.IsTrue)