6 references to AlternateLookup
System.Collections.Immutable (6)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (3)
24public AlternateLookup<TAlternateKey> GetAlternateLookup<TAlternateKey>() where TAlternateKey : notnull, allows ref struct 26if (!TryGetAlternateLookup(out AlternateLookup<TAlternateKey> lookup)) 45public bool TryGetAlternateLookup<TAlternateKey>(out AlternateLookup<TAlternateKey> lookup) where TAlternateKey : notnull, allows ref struct
System\Collections\Frozen\FrozenSet.AlternateLookup.cs (3)
24public AlternateLookup<TAlternate> GetAlternateLookup<TAlternate>() where TAlternate : allows ref struct 26if (!TryGetAlternateLookup(out AlternateLookup<TAlternate> lookup)) 45public bool TryGetAlternateLookup<TAlternate>(out AlternateLookup<TAlternate> lookup) where TAlternate : allows ref struct