8 references to FindIndex
Microsoft.CodeAnalysis (3)
ImmutableSegmentedList`1.cs (1)
234=> _list.FindIndex(match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
145=> ReadOnlyList.FindIndex(match);
SegmentedList`1.cs (1)
441=> FindIndex(match) != -1;
Microsoft.CodeAnalysis.UnitTests (5)
Collections\List\SegmentedList.Generic.Tests.Find.cs (5)
394index = list.FindIndex(EqualsDefaultDelegate); 400index = list.FindIndex(_alwaysTrueDelegate); 404index = list.FindIndex(_alwaysFalseDelegate); 424index = list.FindIndex(EqualsDelegate); 434index = list.FindIndex(EqualsDelegate);