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