1 write to _typeMapHandler
illink (1)
Linker.Steps\MarkStep.cs (1)
236
_typeMapHandler
= new TypeMapHandler();
7 references to _typeMapHandler
illink (7)
Linker.Steps\MarkStep.cs (7)
101
internal TypeMapHandler TypeMapHandler =>
_typeMapHandler
;
270
_typeMapHandler
.Initialize(Context, this, startingAssembly);
1495
_typeMapHandler
.TriggerPendingAssemblyTargets(assembly);
2024
_typeMapHandler
.ProcessType(type);
3552
_typeMapHandler
.ProcessType(type);
3566
_typeMapHandler
.ProcessInstantiated(type);
4081
_typeMapHandler
.ProcessType(type);