2 references to FindLastIndex
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedList`1.cs (1)
264return self._list.FindLastIndex(startIndex, match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
168return ReadOnlyList.FindLastIndex(startIndex, match);