4 references to True
System.Data.Entity (4)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
182
internal override ExprType ExprType { get { return ExprType.
True
; } }
System\Data\Common\Utils\Boolean\Simplifier.cs (2)
40
case ExprType.
True
: return FalseExpr<T_Identifier>.Value;
93
case ExprType.
True
:
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
208
return m_tree.ExprType == ExprType.
True
;