3 references to FindLastIndex
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableListTestBase.cs (1)
245
int expected = bclList.
FindLastIndex
(idx, count, match);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (2)
592
=>
FindLastIndex
(_size - 1, _size, match);
595
=>
FindLastIndex
(startIndex, startIndex + 1, match);