6 references to CreatePhysicalProjectOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\Command.cs (1)
1458return CreatePhysicalProjectOp(varList, collectionColumnMap);
System\Data\Query\InternalTrees\OpCopier.cs (1)
1090PhysicalProjectOp newProject = m_destCmd.CreatePhysicalProjectOp(newVarList, newColumnMap);
System\Data\Query\PlanCompiler\NestPullup.cs (2)
1866PhysicalProjectOp newPhysicalProjectOp = Command.CreatePhysicalProjectOp(newOutputs, newColumnMap); 1976n.Op = Command.CreatePhysicalProjectOp(outputVars, newProjectColumnMap);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
949PhysicalProjectOp newOp = m_command.CreatePhysicalProjectOp(newVarList, newColumnMap);
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
266n.Op = m_command.CreatePhysicalProjectOp(op.Outputs, newColumnMap);