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