5 references to CompareKeys
System.Linq (5)
System\Linq\OrderedEnumerable.cs (5)
516while (i < map.Length && CompareKeys(x, map[i]) > 0) 521while (j >= 0 && CompareKeys(x, map[j]) < 0) 586while (i < map.Length && CompareKeys(x, map[i]) > 0) 591while (j >= 0 && CompareKeys(x, map[j]) < 0) 651if (CompareKeys(map[i], map[index]) < 0)