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