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