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