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