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