3 references to LastIndexOf
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableArray_1.Builder.cs (3)
848return this.LastIndexOf(item, this.Count - 1, this.Count, EqualityComparer<T>.Default); 866return this.LastIndexOf(item, startIndex, startIndex + 1, EqualityComparer<T>.Default); 878return this.LastIndexOf(item, startIndex, count, EqualityComparer<T>.Default);