3 references to MakeNegated
System.Data.Entity (3)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
305
Literal<T_Identifier> negatedLiteral = literal.
MakeNegated
();
System\Data\Common\Utils\Boolean\ConversionContext.cs (1)
93
literal = literal.
MakeNegated
();
System\Data\Common\Utils\Boolean\Converter.cs (1)
145
var clause = new CnfClause<T_Identifier>(new Set<Literal<T_Identifier>>(path.Select(l => l.
MakeNegated
())));