1 instantiation of VarRefReplacer
System.Data.Entity (1)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4065VarRefReplacer replacer = new VarRefReplacer(varReplacementTable, command);
2 references to VarRefReplacer
System.Data.Entity (2)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
4034newNode.Child2 = VarRefReplacer.Replace(varToDefiningNode, aggregates, command); 4065VarRefReplacer replacer = new VarRefReplacer(varReplacementTable, command);