12 references to SwitchToPhase
System.Data.Entity (12)
System\Data\Query\PlanCompiler\PlanCompiler.cs (12)
304
beforePreProcessor =
SwitchToPhase
(PlanCompilerPhase.PreProcessor);
310
beforeAggregatePushdown =
SwitchToPhase
(PlanCompilerPhase.AggregatePushdown);
316
beforeNormalization =
SwitchToPhase
(PlanCompilerPhase.Normalization);
323
beforeNTE =
SwitchToPhase
(PlanCompilerPhase.NTE);
330
beforeProjectionPruning1 =
SwitchToPhase
(PlanCompilerPhase.ProjectionPruning);
337
beforeNestPullup =
SwitchToPhase
(PlanCompilerPhase.NestPullup);
342
beforeProjectionPruning2 =
SwitchToPhase
(PlanCompilerPhase.ProjectionPruning);
353
beforeProjectionPruning3 =
SwitchToPhase
(PlanCompilerPhase.ProjectionPruning);
362
beforeJoinElimination1 =
SwitchToPhase
(PlanCompilerPhase.JoinElimination);
367
beforeJoinElimination2 =
SwitchToPhase
(PlanCompilerPhase.JoinElimination);
377
beforeCodeGen =
SwitchToPhase
(PlanCompilerPhase.CodeGen);
412
dumpString =
SwitchToPhase
(PlanCompilerPhase.Transformations);