4 references to FindIndex
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
242
=> _list.
FindIndex
(startIndex, count, match);
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
151
=> ReadOnlyList.
FindIndex
(startIndex, count, match);
src\Dependencies\Collections\SegmentedList`1.cs (2)
610
=>
FindIndex
(0, _size, match);
613
=>
FindIndex
(startIndex, _size - startIndex, match);