6 overrides of Visit
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
673
public override Node
Visit
(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1273
public override DbExpression
Visit
(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1153
public override Node
Visit
(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2141
public override Node
Visit
(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
652
public override Node
Visit
(ScanTableOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3131
public override int
Visit
(ScanTableOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
88
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }