8 references to FindIndex
Microsoft.CodeAnalysis (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
236=> _list.FindIndex(match);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
147=> ReadOnlyList.FindIndex(match);
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
574=> FindIndex(match) != -1;
Microsoft.CodeAnalysis.UnitTests (5)
Collections\List\SegmentedList.Generic.Tests.Find.cs (5)
415index = list.FindIndex(EqualsDefaultDelegate); 421index = list.FindIndex(_alwaysTrueDelegate); 425index = list.FindIndex(_alwaysFalseDelegate); 445index = list.FindIndex(EqualsDelegate); 455index = list.FindIndex(EqualsDelegate);