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