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