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