4 references to keyValuePairComparator
mscorlib (4)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (4)
97Array.Sort(kvArray, keyValuePairComparator); 113Array.Sort(kvArray, keyValuePairComparator); 192int index = Array.BinarySearch(items, firstItemIndex, Count, searchKey, keyValuePairComparator); 199int index = Array.BinarySearch(items, firstItemIndex, Count, searchKey, keyValuePairComparator);