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