1 write to m_compilerState
System.Data.Entity (1)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
49
this.
m_compilerState
= planCompilerState;
11 references to m_compilerState
System.Data.Entity (11)
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 (2)
39
protected Command m_command { get { return
m_compilerState
.Command; } }
176
m_compilerState
.MarkPhaseAsNeeded(PlanCompilerPhase.JoinElimination);