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