6 overrides of Visit
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
767
public override Node
Visit
(SortOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1552
public override DbExpression
Visit
(SortOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (2)
1552
public override Node
Visit
(SortOp op, Node n)
2803
public override Node
Visit
(SortOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1290
public override Node
Visit
(SortOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2244
public override Node
Visit
(SortOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
629
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }