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