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