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)
95
case DbExpressionKind.
Not
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
373
case DbExpressionKind.
Not
:
1478
else if (e.Argument.ExpressionKind == DbExpressionKind.
Not
)