13 references to Intersect
System.Data.Entity (13)
System\Data\Query\InternalTrees\Dump.cs (1)
917
case OpType.
Intersect
:
System\Data\Query\InternalTrees\NodeInfo.cs (2)
1035
if (op.OpType == OpType.
Intersect
|| op.OpType == OpType.Except)
1101
if (op.OpType == OpType.
Intersect
)
System\Data\Query\InternalTrees\OpCopier.cs (1)
947
case OpType.
Intersect
:
System\Data\Query\InternalTrees\RelOps.cs (2)
920
private IntersectOp() : base(OpType.
Intersect
) { }
921
internal IntersectOp(VarVec outputs, VarMap left, VarMap right) : base(OpType.
Intersect
, outputs, left,right) { }
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1220
case OpType.
Intersect
:
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 (3)
232
optype == OpType.
Intersect
||
3784
new SimpleRule(OpType.
Intersect
, ProcessSetOpOverEmptySet);
3826
!leftChildIsEmptySet && setOp.OpType == OpType.
Intersect
)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
131
case OpType.
Intersect
: