10 references to Value
System.Data.Entity (10)
System\Data\Common\Utils\Boolean\BoolExpr.cs (2)
71return TrueExpr<T_Identifier>.Value; 228return TrueExpr<T_Identifier>.Value;
System\Data\Common\Utils\Boolean\NegationPusher.cs (1)
61return TrueExpr<T_Identifier>.Value;
System\Data\Common\Utils\Boolean\Simplifier.cs (4)
41case ExprType.False: return TrueExpr<T_Identifier>.Value; 95if (!isAnd) { return TrueExpr<T_Identifier>.Value; } 110else { return TrueExpr<T_Identifier>.Value; } 121if (isAnd) { return TrueExpr<T_Identifier>.Value; }
System\Data\Common\Utils\Boolean\Visitor.cs (1)
208return TrueExpr<T_To>.Value;
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (1)
24private BoolExpr<DomainConstraint<BoolLiteral, Constant>> _kbExpression = TrueExpr<DomainConstraint<BoolLiteral, Constant>>.Value;
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
87m_tree = DomainTrueExpr.Value;