1 write to _pendingAssemblyTargetsByAssembly
illink (1)
Linker\TypeMapHandler.cs (1)
64
_pendingAssemblyTargetsByAssembly
= [];
2 references to _pendingAssemblyTargetsByAssembly
illink (2)
Linker\TypeMapHandler.cs (2)
142
_pendingAssemblyTargetsByAssembly
.AddToList(targetAssembly, (typeMapGroup, entry, callingMethod));
151
if (!
_pendingAssemblyTargetsByAssembly
.Remove(newlyMarkedAssembly, out List<(TypeReference Group, CustomAttributeWithOrigin Attr, MethodDefinition? CallingMethod)>? waiting))