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