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)
41Assert.Throws<ArgumentNullException>(() => list.FindLastIndex(null!)); //"Err_858ahia Expected null match to throw ArgumentNullException" 699index = list.FindLastIndex(EqualsDelegate); 705index = list.FindLastIndex(_alwaysTrueDelegate); 709index = list.FindLastIndex(_alwaysFalseDelegate); 729index = list.FindLastIndex(EqualsDelegate); 739index = list.FindLastIndex(EqualsDelegate);