2 references to BinarySearch
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
194=> _list.BinarySearch(item, comparer);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
101=> ReadOnlyList.BinarySearch(item, comparer);