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