4 references to BinarySearch
Microsoft.CodeAnalysis.Collections.Package (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)
377=> BinarySearch(0, Count, item, null); 380=> BinarySearch(0, Count, item, comparer);