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