6 references to NE
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (1)
943
case OpType.
NE
:
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
859
case OpType.
NE
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
235
opMap[DbExpressionKind.NotEquals] = OpType.
NE
;
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2129
PlanCompiler.Assert(op.OpType == OpType.EQ || op.OpType == OpType.
NE
, "non-equality comparison of structured types?");
System\Data\Query\PlanCompiler\Predicate.cs (1)
428
case OpType.
NE
:
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1076
PlanCompiler.Assert(node.Op.OpType == OpType.EQ || node.Op.OpType == OpType.
NE
, "unexpected comparison op type?");