1 override of Visit
System.Data.Entity (1)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
820
public override void
Visit
(MultiStreamNestOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
318
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }