2 references to BinarySearch
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (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);