4 references to FindIndex
Microsoft.CodeAnalysis.CodeStyle (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
244
=> _list.
FindIndex
(startIndex, count, match);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
153
=> ReadOnlyList.
FindIndex
(startIndex, count, match);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (2)
612
=>
FindIndex
(0, _size, match);
615
=>
FindIndex
(startIndex, _size - startIndex, match);