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