5 references to ProjectionPruning
System.Data.Entity (5)
System\Data\Query\PlanCompiler\PlanCompiler.cs (5)
295(1 << (int)PlanCompilerPhase.ProjectionPruning) | 328if (IsPhaseNeeded(PlanCompilerPhase.ProjectionPruning)) 330beforeProjectionPruning1 = SwitchToPhase(PlanCompilerPhase.ProjectionPruning); 342beforeProjectionPruning2 = SwitchToPhase(PlanCompilerPhase.ProjectionPruning); 353beforeProjectionPruning3 = SwitchToPhase(PlanCompilerPhase.ProjectionPruning);