5 references to VarRemapper
System.Data.Entity (5)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
66
m_varRemapper = new
VarRemapper
(m_compilerState.Command);
System\Data\Query\PlanCompiler\NestPullup.cs (2)
85
m_varRemapper = new
VarRemapper
(compilerState.Command);
2500
VarRemapper varRemapper = new
VarRemapper
(this.Command);
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
404
m_remapper = new
VarRemapper
(compilerState.Command);
3174
:
base
(command)