1 override of Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\Dump.cs (1)
492
public override void
Visit
(ConstrainedSortOp op, Node n) {
2 references to Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\Dump.cs (1)
496
base.
Visit
(op, n);
System\Data\Query\InternalTrees\RelOps.cs (1)
669
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }