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