11 references to PhysicalProject
System.Data.Entity (11)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
110
PlanCompiler.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)
215
PlanCompiler.Assert(itree.Root.Op.OpType == OpType.
PhysicalProject
,
System\Data\Query\InternalTrees\Dump.cs (1)
965
case OpType.
PhysicalProject
:
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
82
: base(OpType.
PhysicalProject
)
System\Data\Query\PlanCompiler\NestPullup.cs (4)
103
PlanCompiler.Assert(Command.Root.Op.OpType == OpType.
PhysicalProject
, "root node is not physicalProject?");
1002
PlanCompiler.Assert(OpType.
PhysicalProject
== definingExprNode.Child0.Op.OpType, "collect without physicalProject?");
1764
PlanCompiler.Assert(newNode.Op.OpType == OpType.
PhysicalProject
, "collect without physicalProject?");
1783
PlanCompiler.Assert(newNode.Op.OpType == OpType.
PhysicalProject
, "driving node is not physicalProject?");
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
202
PlanCompiler.Assert(rootNode.Op.OpType == OpType.
PhysicalProject
, "root node is not PhysicalProjectOp?");
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2225
if (ancestor.Op.OpType == OpType.
PhysicalProject
)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
140
case OpType.
PhysicalProject
: