1 override of Visit
System.Data.Entity (1)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
217public override void Visit(UnionAllOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
901internal override void Accept(BasicOpVisitor v, Node n) { v.Visit(this, n); }