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