9 references to IsTrue
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (2)
560if (false == conjunct1.IsTrue) 565if (false == conjunct2.IsTrue)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (2)
61if (m_expr.IsTrue || m_expr.IsFalse) 79if (m_expr.IsTrue || m_expr.IsFalse)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
640if (!_domainQuery.Condition.IsTrue)
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (1)
197if (clause.Condition.IsTrue)
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (3)
758if (boolExpr.IsTrue) 871if (false == m_whereClause.IsTrue) 911if (m_whereClause.IsTrue == false)