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