1 write to _dictionary
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
980_dictionary = new Dictionary<T, MetadataCategory>(),
3 references to _dictionary
ILCompiler.Compiler (3)
Compiler\UsageBasedMetadataManager.cs (3)
988if (_dictionary.TryGetValue(key, out MetadataCategory category)) 994_dictionary[key] = value; 1000foreach (var entry in _dictionary)