5 references to CompareKeys
System.Linq (5)
System\Linq\OrderedEnumerable.cs (5)
514while (i < map.Length && CompareKeys(x, map[i]) > 0) 519while (j >= 0 && CompareKeys(x, map[j]) < 0) 584while (i < map.Length && CompareKeys(x, map[i]) > 0) 589while (j >= 0 && CompareKeys(x, map[j]) < 0) 649if (CompareKeys(map[i], map[index]) < 0)