Base:
method
FindItemIndex
System.Collections.Frozen.FrozenSet<T>.FindItemIndex(T)
2 references to FindItemIndex
System.Collections.Immutable (2)
System\Collections\Frozen\String\LengthBucketsFrozenSet.AlternateLookup.cs (1)
26
/// <inheritdoc cref="
FindItemIndex
(string?)" />
System\Collections\Frozen\String\LengthBucketsFrozenSet.cs (1)
116
public int FindItemIndex(string item) => _set.
FindItemIndex
(item);