2 references to FindLastIndex
Microsoft.Build (2)
src\5057ed6cf5d6323b\ImmutableSegmentedList`1.cs (1)
266return self._list.FindLastIndex(startIndex, match);
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+ValueBuilder.cs (1)
170return ReadOnlyList.FindLastIndex(startIndex, match);