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