1 write to _pendingAssemblyTargets
illink (1)
Linker\TypeMapHandler.cs (1)
54
_pendingAssemblyTargets
= new(typeReferenceEqualityComparer);
3 references to _pendingAssemblyTargets
illink (3)
Linker\TypeMapHandler.cs (3)
73
if (
_pendingAssemblyTargets
.Remove(typeMapGroup, out List<CustomAttributeWithOrigin>? assemblyTargets))
94
if (
_pendingAssemblyTargets
.Remove(typeMapGroup, out List<CustomAttributeWithOrigin>? assemblyTargets))
196
_pendingAssemblyTargets
.AddToList(typeMapGroup, attr);