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)
24private readonly ConcurrentDictionary<TKey, Entry> _map = new(concurrencyLevel, capacity: sizeLimit); 43if (_map.TryGetValue(key, out var entry)) 98if (_map.TryRemove(itemKey, out var removedEntry))
Utilities\MemoryCache`2.TestAccessor.cs (1)
24if (instance._map.TryGetValue(key, out var value))