4 overrides of Visit
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
445public override void Visit(ScanTableOp op, Node n) {
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
117public override void Visit(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
689public override void Visit(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3233public override void Visit(ScanTableOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
79internal override void Accept(BasicOpVisitor v, Node n) { v.Visit(this, n); }