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