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