13 references to Not
System.Data.Entity (13)
System\Data\Query\InternalTrees\Dump.cs (1)
955
case OpType.
Not
:
System\Data\Query\InternalTrees\ScalarOps.cs (1)
771
internal static readonly ConditionalOp PatternNot = new ConditionalOp(OpType.
Not
);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
931
case OpType.
Not
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (5)
542
arguments.Add(_iqtCommand.CreateNode(_iqtCommand.CreateConditionalOp(OpType.
Not
), predCopy));
1533
Op op = _iqtCommand.CreateConditionalOp(OpType.
Not
);
1578
_iqtCommand.CreateConditionalOp(OpType.
Not
),
2983
_iqtCommand.CreateConditionalOp(OpType.
Not
),
3027
retNode = _iqtCommand.CreateNode(_iqtCommand.CreateConditionalOp(OpType.
Not
), retNode);
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2340
isNotNullNode = m_command.CreateNode(m_command.CreateConditionalOp(OpType.
Not
), isNotNullNode);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
601
Command.CreateConditionalOp(OpType.
Not
),
System\Data\Query\PlanCompiler\Predicate.cs (1)
445
case OpType.
Not
:
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1475
ConditionalOp notOp = m_command.CreateConditionalOp(OpType.
Not
);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1205
case OpType.
Not
: