2 references to ConsolidateSortKeys
System.Data.Entity (2)
System\Data\Query\PlanCompiler\NestPullup.cs (2)
945List<InternalTrees.SortKey> sortKeys = ConsolidateSortKeys(nestOp.PrefixSortKeys, nestedNestOp.PrefixSortKeys); 1637List<InternalTrees.SortKey> sortKeyList = ConsolidateSortKeys(sortKeys, inputNestOp.PrefixSortKeys);