4 references to NestPullup
System.Data.Entity (4)
System\Data\Query\PlanCompiler\PlanCompiler.cs (2)
335if (IsPhaseNeeded(PlanCompilerPhase.NestPullup)) 337beforeNestPullup = SwitchToPhase(PlanCompilerPhase.NestPullup);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1176m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.NestPullup); 2061m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.NestPullup);