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