4 references to FindLastIndex
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
281
return self._list.
FindLastIndex
(startIndex, count, match);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
182
return ReadOnlyList.
FindLastIndex
(startIndex, count, match);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (2)
661
=>
FindLastIndex
(_size - 1, _size, match);
664
=>
FindLastIndex
(startIndex, startIndex + 1, match);