11 references to PhysicalProject
System.Data.Entity (11)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
110PlanCompiler.Assert(rootProject.Op.OpType == OpType.PhysicalProject, "Expected a physical projectOp at the root of the tree - found " + rootProject.Op.OpType);
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
215PlanCompiler.Assert(itree.Root.Op.OpType == OpType.PhysicalProject,
System\Data\Query\InternalTrees\Dump.cs (1)
965case OpType.PhysicalProject:
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
82: base(OpType.PhysicalProject)
System\Data\Query\PlanCompiler\NestPullup.cs (4)
103PlanCompiler.Assert(Command.Root.Op.OpType == OpType.PhysicalProject, "root node is not physicalProject?"); 1002PlanCompiler.Assert(OpType.PhysicalProject == definingExprNode.Child0.Op.OpType, "collect without physicalProject?"); 1764PlanCompiler.Assert(newNode.Op.OpType == OpType.PhysicalProject, "collect without physicalProject?"); 1783PlanCompiler.Assert(newNode.Op.OpType == OpType.PhysicalProject, "driving node is not physicalProject?");
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
202PlanCompiler.Assert(rootNode.Op.OpType == OpType.PhysicalProject, "root node is not PhysicalProjectOp?");
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2225if (ancestor.Op.OpType == OpType.PhysicalProject)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
140case OpType.PhysicalProject: