2 overrides of BinarySearchImpl
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
509
private protected override int
BinarySearchImpl
<T>(ImmutableSegmentedList<T> list, T item)
Collections\ImmutableSegmentedListTest.cs (1)
934
private protected override int
BinarySearchImpl
<T>(ImmutableSegmentedList<T> list, T item)
1 reference to BinarySearchImpl
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableListTestBase.cs (1)
455
int actual =
BinarySearchImpl
(query, value);