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