10 references to MarkPhaseAsNeeded
System.Data.Entity (10)
System\Data\Query\PlanCompiler\PreProcessor.cs (9)
193m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.NTE); 1108m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.Normalization); 1176m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.NestPullup); 1177m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.Normalization); 2061m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.NestPullup); 2188m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.JoinElimination); 2194m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.Normalization); 2207m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.JoinElimination); 2389this.m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.AggregatePushdown);
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
176m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.JoinElimination);