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)
41Assert.Throws<ArgumentNullException>(() => list.FindLastIndex(null!)); //"Err_858ahia Expected null match to throw ArgumentNullException" 678index = list.FindLastIndex(EqualsDelegate); 684index = list.FindLastIndex(_alwaysTrueDelegate); 688index = list.FindLastIndex(_alwaysFalseDelegate); 708index = list.FindLastIndex(EqualsDelegate); 718index = list.FindLastIndex(EqualsDelegate);