4 overrides of Visit
System.Data.Entity (4)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1249
public override NodeInfo
Visit
(SingleRowTableOp op, Node n)
System\Data\Query\InternalTrees\OpCopier.cs (1)
1028
public override Node
Visit
(SingleRowTableOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2293
public override DbExpression
Visit
(SingleRowTableOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3142
public override int
Visit
(SingleRowTableOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
1117
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }