1 write to _pendingAssemblyTargets
illink (1)
Linker\TypeMapHandler.cs (1)
63
_pendingAssemblyTargets
= new(typeReferenceEqualityComparer);
3 references to _pendingAssemblyTargets
illink (3)
Linker\TypeMapHandler.cs (3)
83
if (
_pendingAssemblyTargets
.Remove(typeMapGroup, out List<(CustomAttributeWithOrigin Attr, AssemblyDefinition? TargetAssembly)>? assemblyTargets))
103
if (
_pendingAssemblyTargets
.Remove(typeMapGroup, out List<(CustomAttributeWithOrigin Attr, AssemblyDefinition? TargetAssembly)>? assemblyTargets))
254
_pendingAssemblyTargets
.AddToList(typeMapGroup, (attr, resolvedTargetAssembly));