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)
995
if (
_dictionary
.TryGetValue(key, out MetadataCategory category))
1001
_dictionary
[key] = value;
1007
foreach (var entry in
_dictionary
)