8 overrides of Visit
System.Data.Entity (8)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
594
public override NodeInfo
Visit
(ProjectOp op, Node n)
System\Data\Query\InternalTrees\OpCopier.cs (1)
735
public override Node
Visit
(ProjectOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1475
public override DbExpression
Visit
(ProjectOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
799
public override Node
Visit
(ProjectOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1125
public override Node
Visit
(ProjectOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2338
public override Node
Visit
(ProjectOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
628
public override Node
Visit
(ProjectOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3119
public override int
Visit
(ProjectOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
518
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }