1 instantiation of AlternateLookup
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (1)
56
lookup = new
AlternateLookup
<TAlternateKey>(this, GetAlternateLookupDelegate<TAlternateKey>());
4 references to AlternateLookup
Microsoft.AspNetCore.Routing (1)
Matching\DictionaryJumpTable.cs (1)
15
private readonly FrozenDictionary<string, int>.
AlternateLookup
<ReadOnlySpan<char>> _lookup;
System.Collections.Immutable (3)
System\Collections\Frozen\FrozenDictionary.AlternateLookup.cs (3)
24
public
AlternateLookup
<TAlternateKey> GetAlternateLookup<TAlternateKey>() where TAlternateKey : notnull, allows ref struct
26
if (!TryGetAlternateLookup(out
AlternateLookup
<TAlternateKey> lookup))
45
public bool TryGetAlternateLookup<TAlternateKey>(out
AlternateLookup
<TAlternateKey> lookup) where TAlternateKey : notnull, allows ref struct