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