3 references to custom_annotations
illink (3)
Linker\Annotations.cs (3)
540
if (!
custom_annotations
.TryGetValue (key, out Dictionary<IMetadataTokenProvider, object>? slots))
551
if (!
custom_annotations
.TryGetValue (key, out Dictionary<IMetadataTokenProvider, object>? slots)) {
553
custom_annotations
.Add (key, slots);