6 overrides of Visit
System.Data.Entity (6)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1273
public override NodeInfo
Visit
(PhysicalProjectOp op, Node n)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1079
public override Node
Visit
(PhysicalProjectOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2338
public override DbExpression
Visit
(PhysicalProjectOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1924
public override Node
Visit
(PhysicalProjectOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
940
public override Node
Visit
(PhysicalProjectOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
322
public override Node
Visit
(PhysicalProjectOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
63
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }