4 references to BinarySearch
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
198=> _list.BinarySearch(index, count, item, comparer);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
104=> ReadOnlyList.BinarySearch(index, count, item, comparer);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (2)
379=> BinarySearch(0, Count, item, null); 382=> BinarySearch(0, Count, item, comparer);