2 instantiations of AlternateLookup
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
250
return new
AlternateLookup
<TAlternateKey>(this);
268
lookup = new
AlternateLookup
<TAlternateKey>(this);
4 references to AlternateLookup
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
724
private readonly ConcurrentDictionary<string, CacheEntry>.
AlternateLookup
<ReadOnlySpan<char>> _stringAltLookup;
System.Collections.Concurrent (2)
System\Collections\Concurrent\ConcurrentDictionary.cs (2)
243
public
AlternateLookup
<TAlternateKey> GetAlternateLookup<TAlternateKey>() where TAlternateKey : notnull, allows ref struct
264
public bool TryGetAlternateLookup<TAlternateKey>(out
AlternateLookup
<TAlternateKey> lookup) where TAlternateKey : notnull, allows ref struct
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
252
ConcurrentDictionary<string, ulong>.
AlternateLookup
<ReadOnlySpan<char>> lookup = _nameCacheForReading.GetAlternateLookup<ReadOnlySpan<char>>();