4 references to Not
System.Data.Entity (4)
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
90: base(DbExpressionKind.Not, booleanResultType, argument)
System\Data\Mapping\ViewValidator.cs (1)
95case DbExpressionKind.Not:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
373case DbExpressionKind.Not: 1478else if (e.Argument.ExpressionKind == DbExpressionKind.Not)