4 references to FindLastIndex
Microsoft.CodeAnalysis.Collections.Package (4)
ImmutableSegmentedList`1.cs (1)
279return self._list.FindLastIndex(startIndex, count, match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
180return ReadOnlyList.FindLastIndex(startIndex, count, match);
SegmentedList`1.cs (2)
659=> FindLastIndex(_size - 1, _size, match); 662=> FindLastIndex(startIndex, startIndex + 1, match);