3 references to CreateUnionAllOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\Command.cs (1)
1639
Op unionAllOp = this.
CreateUnionAllOp
(leftVarMap, rightVarMap);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1632
setOp = _iqtCommand.
CreateUnionAllOp
(leftMap, rightMap);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2590
UnionAllOp unionAllOp = Command.
CreateUnionAllOp
(unionAllMap, projectMap);