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