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