2 references to FindIndex
mscorlib (2)
system\collections\generic\list.cs (2)
452return FindIndex(0, _size, match); 458return FindIndex(startIndex, _size - startIndex, match);