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)
415
index = list.
FindIndex
(EqualsDefaultDelegate);
421
index = list.
FindIndex
(_alwaysTrueDelegate);
425
index = list.
FindIndex
(_alwaysFalseDelegate);
445
index = list.
FindIndex
(EqualsDelegate);
455
index = list.
FindIndex
(EqualsDelegate);