2 writes to _cache
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
168_cache = new ConcurrentDictionary<TKey, TValue>(comparer); 174_cache = new ConcurrentDictionary<TKey, TValue>();
2 references to _cache
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
179return _cache.GetOrAdd(key, _creator); 184return _cache.GetOrAdd(key, creator);