5 references to Normalization
System.Data.Entity (5)
System\Data\Query\PlanCompiler\PlanCompiler.cs (2)
314
if (IsPhaseNeeded(PlanCompilerPhase.
Normalization
))
316
beforeNormalization = SwitchToPhase(PlanCompilerPhase.
Normalization
);
System\Data\Query\PlanCompiler\PreProcessor.cs (3)
1108
m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.
Normalization
);
1177
m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.
Normalization
);
2194
m_compilerState.MarkPhaseAsNeeded(PlanCompilerPhase.
Normalization
);