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)
394
index = list.
FindIndex
(EqualsDefaultDelegate);
400
index = list.
FindIndex
(_alwaysTrueDelegate);
404
index = list.
FindIndex
(_alwaysFalseDelegate);
424
index = list.
FindIndex
(EqualsDelegate);
434
index = list.
FindIndex
(EqualsDelegate);