2 writes to _cache
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
37_cache = new ConcurrentDictionary<TKey, TValue>(comparer); 43_cache = new ConcurrentDictionary<TKey, TValue>();
2 references to _cache
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
48return _cache.GetOrAdd(key, _creator); 51public ICollection<TValue> Values => _cache.Values;