3 references to FindIndex
Microsoft.CodeAnalysis.Threading.Package (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
236
=> _list.
FindIndex
(match);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
147
=> ReadOnlyList.
FindIndex
(match);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
574
=>
FindIndex
(match) != -1;