2 overrides of NegateLiteral
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\IdentifierService.cs (2)
76
internal override Literal<T_Identifier>
NegateLiteral
(Literal<T_Identifier> literal)
95
internal override Literal<DomainConstraint<T_Variable, T_Element>>
NegateLiteral
(Literal<DomainConstraint<T_Variable, T_Element>> literal)
1 reference to NegateLiteral
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\Literal.cs (1)
70
return IdentifierService<T_Identifier>.Instance.
NegateLiteral
(this);