Base:
method
Visit
System.Data.Query.InternalTrees.BasicOpVisitorOfT<TResultType>.Visit(System.Data.Query.InternalTrees.MultiStreamNestOp, System.Data.Query.InternalTrees.Node)
1 override of Visit
System.Data.Entity (1)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2706
public override Node
Visit
(MultiStreamNestOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
2708
Node result = base.
Visit
(op, n);