1 instantiation of CacheValue
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
111_cache.Add(key, new CacheValue { Node = node, Value = value });
4 references to CacheValue
Microsoft.CodeAnalysis (4)
InternalUtilities\ConcurrentLruCache.cs (4)
28private readonly Dictionary<K, CacheValue> _cache; 40_cache = new Dictionary<K, CacheValue>(capacity); 120if (_cache.TryGetValue(key, out var result)) 178if (_cache.TryGetValue(key, out var result))