12 references to UnionAll
System.Data.Entity (12)
System\Data\Query\InternalTrees\Dump.cs (2)
462if (OpType.UnionAll == op.OpType) { 995case OpType.UnionAll:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1029if (op.OpType == OpType.UnionAll)
System\Data\Query\InternalTrees\OpCopier.cs (1)
936case OpType.UnionAll:
System\Data\Query\InternalTrees\RelOps.cs (2)
878private UnionAllOp() : base(OpType.UnionAll) { } 880internal UnionAllOp(VarVec outputs, VarMap left, VarMap right, Var branchDiscriminator) : base(OpType.UnionAll, outputs, left, right)
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
255if (OpType.UnionAll == branchNode.Op.OpType) 290if (OpType.UnionAll == branchNode.Op.OpType && null != ((UnionAllOp)branchNode.Op).BranchDiscriminator)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1219case OpType.UnionAll:
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
3782new SimpleRule(OpType.UnionAll, ProcessSetOpOverEmptySet); 3825if (!rightChildIsEmptySet && setOp.OpType == OpType.UnionAll ||
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
132case OpType.UnionAll: