30 references to VisitNode
System.Data.Entity (30)
System\Data\Query\InternalTrees\Dump.cs (11)
83dumper.VisitNode(subtree); 168VisitNode(chi); 178VisitNode(n.Child2); 182VisitNode(n.Child0); 185VisitNode(n.Child1); 196VisitNode(n.Children[i++]); 199VisitNode(n.Children[i++]); 204VisitNode(n.Children[i++]); 285VisitNode(chi); 373VisitNode(chi); 480VisitNode(chi);
System\Data\Query\InternalTrees\Visitors.cs (2)
34VisitNode(chi); 46VisitNode(n.Children[i]);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
649groupRefComputingVisitor.VisitNode(itree.Root);
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
66VisitNode(node);
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (12)
402VisitNode(n.Child0); 587VisitNode(n.Child1); // the right input 588VisitNode(n.Child0); // the left input 619VisitNode(n.Child1); // visit predicate first 620VisitNode(n.Child0); // then visit the relop input 666VisitNode(n.Child2); // the predicate first 667VisitNode(n.Child0); // then, the left input 668VisitNode(n.Child1); // the right input 679VisitNode(n.Child1); // visit projections first 680VisitNode(n.Child0); // then visit the relop input 776VisitNode(n.Child1); 778VisitNode(n.Child0);
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
3205VisitNode(subTree); 4122usageFinder.VisitNode(root);
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
89VisitNode(node);