3 overrides of VisitSortOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1131
protected override NodeInfo
VisitSortOp
(SortBaseOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
708
protected override Node
VisitSortOp
(SortBaseOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3153
protected override int
VisitSortOp
(SortBaseOp op, Node n)
2 references to VisitSortOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Visitors.cs (2)
1252
return
VisitSortOp
(op, n);
1263
return
VisitSortOp
(op, n);