2 references to FindLastIndex
mscorlib (2)
system\collections\generic\list.cs (2)
501
return
FindLastIndex
(_size - 1, _size, match);
507
return
FindLastIndex
(startIndex, startIndex + 1, match);