1 instantiation of TypeMapHandler
illink (1)
Linker.Steps\MarkStep.cs (1)
234
_typeMapHandler = new
TypeMapHandler
();
5 references to TypeMapHandler
illink (5)
Linker.Steps\MarkStep.cs (4)
78
TypeMapHandler
_typeMapHandler;
101
internal
TypeMapHandler
TypeMapHandler => _typeMapHandler;
1741
if (origin.Provider is AssemblyDefinition &&
TypeMapHandler
.IsTypeMapAttributeType(method.DeclaringType))
2137
if (!
TypeMapHandler
.IsTypeMapAttributeType(type))
Linker\TypeMapHandler.cs (1)
256
public void Resolve(LinkContext context,
TypeMapHandler
manager)