2 overrides of NegateLiteral
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\IdentifierService.cs (2)
76internal override Literal<T_Identifier> NegateLiteral(Literal<T_Identifier> literal) 95internal 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)
70return IdentifierService<T_Identifier>.Instance.NegateLiteral(this);