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