8 references to FindLastIndex
Microsoft.CodeAnalysis (2)
ImmutableSegmentedList`1.cs (1)
250
=> _list.
FindLastIndex
(match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
157
=> 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"
678
index = list.
FindLastIndex
(EqualsDelegate);
684
index = list.
FindLastIndex
(_alwaysTrueDelegate);
688
index = list.
FindLastIndex
(_alwaysFalseDelegate);
708
index = list.
FindLastIndex
(EqualsDelegate);
718
index = list.
FindLastIndex
(EqualsDelegate);