6 references to SortKeys
System.Data.Entity (6)
System\Data\Query\InternalTrees\Dump.cs (2)
334if (0 != ci.SortKeys.Count) { 335attrs2.Add("SortKeys", FormatVarList(sb, ci.SortKeys));
System\Data\Query\InternalTrees\OpCopier.cs (1)
1120List<SortKey> newSortKeys = Copy(ci.SortKeys);
System\Data\Query\PlanCompiler\NestPullup.cs (3)
2152chiCi.SortKeys, 2274RemapSortKeys(ci.SortKeys, varMapList[i]); 2281ci.SortKeys,