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