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