3 references to FindIndex
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableListTestBase.cs (1)
191int expected = bclList.FindIndex(idx, count, match);
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);