2 references to _pendingProxyTypeMapEntries
illink (2)
Linker\TypeMapHandler.cs (2)
94
if (!
_pendingProxyTypeMapEntries
.Remove(typeMapGroup, out List<CustomAttributeWithOrigin>? pendingEntries))
152
RecordTargetTypeSeen(definition, _unmarkedProxyTypeMapEntries, _referencedProxyTypeMaps,
_pendingProxyTypeMapEntries
);