14 references to Except
System.Data.Entity (14)
System\Data\Query\InternalTrees\Dump.cs (1)
891case OpType.Except:
System\Data\Query\InternalTrees\NodeInfo.cs (2)
1035if (op.OpType == OpType.Intersect || op.OpType == OpType.Except) 1098if (op.OpType != OpType.Except)
System\Data\Query\InternalTrees\OpCopier.cs (1)
953case OpType.Except:
System\Data\Query\InternalTrees\RelOps.cs (2)
952private ExceptOp() : base(OpType.Except) { } 953internal ExceptOp(VarVec outputs, VarMap left, VarMap right) : base(OpType.Except, outputs, left, right) { }
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1221case OpType.Except:
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
677if (OpType.Intersect == op.OpType || OpType.Except == op.OpType)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
742if (op.OpType == OpType.Intersect || op.OpType == OpType.Except)
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
233optype == OpType.Except; 1571if (setOp.OpType == OpType.Except && branchId == 1) 1590if (branchId == 0 && filterNode.Op.OpType != OpType.Except) 3786new SimpleRule(OpType.Except, ProcessSetOpOverEmptySet);
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
130case OpType.Except: