3 overrides of VisitSortOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\Dump.cs (1)
500protected override void VisitSortOp(SortBaseOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
767protected override void VisitSortOp(SortBaseOp op, Node n)
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
307protected override void VisitSortOp(SortBaseOp op, Node n)
2 references to VisitSortOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Visitors.cs (2)
558VisitSortOp(op, n); 568VisitSortOp(op, n);