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