3 overrides of VisitNestOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1318protected override NodeInfo VisitNestOp(NestBaseOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1889protected override Node VisitNestOp(NestBaseOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
350protected override Node VisitNestOp(NestBaseOp op, Node n)
2 references to VisitNestOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Visitors.cs (2)
928return VisitNestOp(op, n); 938return VisitNestOp(op, n);