2 overrides of Visit
System.Data.Entity (2)
System\Data\Query\InternalTrees\Dump.cs (1)
453
public override void
Visit
(ScanViewOp op, Node n) {
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
702
public override void
Visit
(ScanViewOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
126
internal override void Accept(BasicOpVisitor v, Node n) { v.
Visit
(this, n); }