4 overrides of Visit
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
788
public override Node
Visit
(ConstrainedSortOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1585
public override DbExpression
Visit
(ConstrainedSortOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1585
public override Node
Visit
(ConstrainedSortOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2237
public override Node
Visit
(ConstrainedSortOp op, Node n)
1 reference to Visit
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
678
internal override TResultType Accept<TResultType>(BasicOpVisitorOfT<TResultType> v, Node n) { return v.
Visit
(this, n); }