4 references to BinarySearch
Microsoft.Build.Framework (4)
ImmutableSegmentedList`1.cs (1)
196=> _list.BinarySearch(index, count, item, comparer);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
102=> ReadOnlyList.BinarySearch(index, count, item, comparer);
SegmentedList`1.cs (2)
306=> BinarySearch(0, Count, item, null); 309=> BinarySearch(0, Count, item, comparer);