4 references to BinarySearch
Microsoft.CodeAnalysis (2)
ImmutableSegmentedList`1.cs (1)
192=> _list.BinarySearch(item, comparer);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
99=> ReadOnlyList.BinarySearch(item, comparer);
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.BinarySearch.cs (2)
37Assert.Equal(index, list.BinarySearch(beforeList[index], GetIComparer())); 56Assert.True(list.BinarySearch(beforeList[index], GetIComparer()) >= 0);