3 references to Count
mscorlib (3)
system\runtime\interopservices\windowsruntime\constantsplittablemap.cs (3)
174if (Count < 2) 192int index = Array.BinarySearch(items, firstItemIndex, Count, searchKey, keyValuePairComparator); 199int index = Array.BinarySearch(items, firstItemIndex, Count, searchKey, keyValuePairComparator);