1 write to _stringAltLookup
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
728
_stringAltLookup
= _stringEntries.GetAlternateLookup<ReadOnlySpan<char>>();
1 reference to _stringAltLookup
Microsoft.Extensions.Caching.Memory (1)
MemoryCache.cs (1)
739
=>
_stringAltLookup
.TryGetValue(key, out entry);