4 references to FindLastIndex
Microsoft.Build (4)
ImmutableSegmentedList`1.cs (1)
281return self._list.FindLastIndex(startIndex, count, match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
182return ReadOnlyList.FindLastIndex(startIndex, count, match);
SegmentedList`1.cs (2)
661=> FindLastIndex(_size - 1, _size, match); 664=> FindLastIndex(startIndex, startIndex + 1, match);