1 instantiation of Entry
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Utilities\MemoryCache`2.cs (1)
62
_map[key] = new
Entry
(value);
4 references to Entry
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Utilities\MemoryCache`2.cs (3)
24
private readonly ConcurrentDictionary<TKey,
Entry
> _map = new(concurrencyLevel, capacity: sizeLimit);
43
if (_map.TryGetValue(key, out
var
entry))
98
if (_map.TryRemove(itemKey, out
var
removedEntry))
Utilities\MemoryCache`2.TestAccessor.cs (1)
24
if (instance._map.TryGetValue(key, out
var
value))