21 references to Project
System.Data.Entity (21)
System\Data\Query\InternalTrees\Dump.cs (1)
969case OpType.Project:
System\Data\Query\InternalTrees\RelOps.cs (1)
480: base(OpType.Project)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (3)
433while (currentNode.Child0.Op.OpType == OpType.Project) 933if (groupByAncestor.Op.OpType == OpType.Project) 955if (node.Op.OpType != OpType.Project
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
1355if (relOpNode.Op.OpType == OpType.Project) 2254if (n.Child0.Op.OpType != OpType.Project)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
728if (input.Op.OpType == OpType.Project) 1429if (OpType.Project == inputNode.Op.OpType
System\Data\Query\PlanCompiler\NestPullup.cs (1)
856if (newNode.Op.OpType == OpType.Project && IsNestOpNode(newNode.Child0))
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1202case OpType.Project:
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
407if (viewNode.Op.OpType == OpType.Project)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
420if (op.Keys.Count > 1 && n.Child0.Op.OpType == OpType.Project)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
207n.Op.OpType == OpType.Project || n.Op.OpType == OpType.Filter ||
System\Data\Query\PlanCompiler\TransformationRules.cs (6)
2022(n.Child0.Op.OpType == OpType.Project && 2206internal static readonly SimpleRule Rule_ProjectOpWithSimpleVarRedefinitions = new SimpleRule(OpType.Project, ProcessProjectWithSimpleVarRedefinitions); 2299internal static readonly SimpleRule Rule_ProjectOpWithNullSentinel = new SimpleRule(OpType.Project, ProcessProjectOpWithNullSentinel); 3416(joinNode.Child0.Op.OpType == OpType.Project) && 3417(joinNode.Child1.Op.OpType == OpType.Project)) 3459if (joinNode.Child0.Op.OpType == OpType.Project)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
144case OpType.Project: