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