3 references to custom_annotations
illink (3)
Linker\Annotations.cs (3)
579
if (!
custom_annotations
.TryGetValue(key, out Dictionary<IMetadataTokenProvider, object>? slots))
590
if (!
custom_annotations
.TryGetValue(key, out Dictionary<IMetadataTokenProvider, object>? slots))
593
custom_annotations
.Add(key, slots);