2 references to FindIndex
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (2)
544=> FindIndex(0, _size, match); 547=> FindIndex(startIndex, _size - startIndex, match);