2 references to LastIndexOf
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
218=> ReadOnlyList.LastIndexOf(item);
Microsoft.CodeAnalysis.UnitTests (1)
Collections\List\SegmentedList.Generic.Tests.IndexOf.cs (1)
48return ((SegmentedList<T> list, T value) => { return list.LastIndexOf(value); });