1 instantiation of AlternateLookup
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
56lookup = new AlternateLookup<TAlternateKey>(this, GetAlternateLookupDelegate<TAlternateKey>());
4 references to AlternateLookup
Microsoft.AspNetCore.Routing (1)
Matching\DictionaryJumpTable.cs (1)
15private readonly FrozenDictionary<string, int>.AlternateLookup<ReadOnlySpan<char>> _lookup;
System.Collections.Immutable (3)
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