Base:
method
FindItemIndex
System.Collections.Frozen.FrozenSet<T>.FindItemIndex(T)
2 references to FindItemIndex
System.Collections.Immutable (2)
System\Collections\Frozen\Int32\Int32FrozenSet.AlternateLookup.cs (1)
31/// <inheritdoc cref="FindItemIndex(int)" />
System\Collections\Frozen\Int32\Int32FrozenSet.cs (1)
68public int FindItemIndex(int item) => _set.FindItemIndex(item);