1 write to _context
illink (1)
Linker\TypeMapHandler.cs (1)
72
_context
= context;
4 references to _context
illink (4)
Linker\TypeMapHandler.cs (4)
111
if (targetType is not null &&
_context
.Resolve(targetType) is TypeDefinition targetTypeDef)
112
_context
.Annotations.MarkInstantiated(targetTypeDef);
193
TypeDefinition? typeDef =
_context
.Resolve(trimTarget);
199
if (
_context
.Annotations.IsMarked(typeDef))