2 writes to _cache
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
167_cache = new ConcurrentDictionary<TKey, TValue>(comparer); 173_cache = new ConcurrentDictionary<TKey, TValue>();
2 references to _cache
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
178return _cache.GetOrAdd(key, _creator); 183return _cache.GetOrAdd(key, creator);