1 instantiation of NodeInfoVisitor
System.Data.Entity (1)
System\Data\Query\InternalTrees\Command.cs (1)
78m_nodeInfoVisitor = new NodeInfoVisitor(this);
2 references to NodeInfoVisitor
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
40private NodeInfoVisitor m_nodeInfoVisitor;
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
143Dictionary<Var, Var> varRenameMap = NodeInfoVisitor.ComputeVarRemappings(n.Child1);