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