8 references to FindLastIndex
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
252
=> _list.
FindLastIndex
(match);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
159
=> ReadOnlyList.
FindLastIndex
(match);
Microsoft.CodeAnalysis.UnitTests (6)
Collections\List\SegmentedList.Generic.Tests.Find.cs (6)
41
Assert.Throws<ArgumentNullException>(() => list.
FindLastIndex
(null!)); //"Err_858ahia Expected null match to throw ArgumentNullException"
699
index = list.
FindLastIndex
(EqualsDelegate);
705
index = list.
FindLastIndex
(_alwaysTrueDelegate);
709
index = list.
FindLastIndex
(_alwaysFalseDelegate);
729
index = list.
FindLastIndex
(EqualsDelegate);
739
index = list.
FindLastIndex
(EqualsDelegate);