Implemented interface member:
method
LastIndexOf
System.Collections.Immutable.IImmutableList<T>.LastIndexOf(T, System.Int32, System.Int32, System.Collections.Generic.IEqualityComparer<T>)
1 reference to LastIndexOf
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedListTest.cs (1)
511(b, v, i, c, eq) => b.LastIndexOf(v, i, c, eq));