Base:
method
FindItemIndex
System.Collections.Frozen.FrozenSet<T>.FindItemIndex(T)
1 reference to FindItemIndex
System.Collections.Immutable (1)
System\Collections\Frozen\ValueTypeDefaultComparerFrozenSet.cs (1)
48
public int FindItemIndex(T item) => _set.
FindItemIndex
(item);