Base:
method
VisitDefault
System.Data.Query.InternalTrees.BasicOpVisitorOfT<TResultType>.VisitDefault(System.Data.Query.InternalTrees.Node)
3 overrides of VisitDefault
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
570protected override Node VisitDefault(Node n)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
180protected override Node VisitDefault(Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4087protected override Node VisitDefault(Node n)
6 references to VisitDefault
System.Data.Entity (6)
System\Data\Query\InternalTrees\Visitors.cs (4)
1702return VisitDefault(n); 1719return VisitDefault(n); 1736return VisitDefault(n); 1752return VisitDefault(n);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
350return VisitDefault(n);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4089Node result = base.VisitDefault(n);