4 references to False
System.Data.Entity (4)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
219
internal override ExprType ExprType { get { return ExprType.
False
; } }
System\Data\Common\Utils\Boolean\Simplifier.cs (2)
41
case ExprType.
False
: return TrueExpr<T_Identifier>.Value;
88
case ExprType.
False
:
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
217
return m_tree.ExprType == ExprType.
False
;