2 writes to _typeMapHandler
illink (2)
Linker.Steps\MarkStep.cs (2)
234
_typeMapHandler
= new TypeMapHandler();
260
_typeMapHandler
= new TypeMapHandler(entryPoint);
6 references to _typeMapHandler
illink (6)
Linker.Steps\MarkStep.cs (6)
101
internal TypeMapHandler TypeMapHandler =>
_typeMapHandler
;
263
_typeMapHandler
.Initialize(Context, this);
1987
_typeMapHandler
.ProcessType(type);
3515
_typeMapHandler
.ProcessType(type);
3529
_typeMapHandler
.ProcessInstantiated(type);
4002
_typeMapHandler
.ProcessType(type);