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