3 references to VarRemapper
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
914
VarRemapper remapper = new
VarRemapper
(m_command, dictionary);
System\Data\Query\PlanCompiler\VarRemapper.cs (2)
49
:
this
(command, new Dictionary<Var,Var>())
130
VarRemapper varRemapper = new
VarRemapper
(command, varMap);