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