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