1 write to _typeMapHandler
illink (1)
Linker.Steps\MarkStep.cs (1)
236
_typeMapHandler
= new TypeMapHandler();
6 references to _typeMapHandler
illink (6)
Linker.Steps\MarkStep.cs (6)
101
internal TypeMapHandler TypeMapHandler =>
_typeMapHandler
;
270
_typeMapHandler
.Initialize(Context, this, startingAssembly);
2018
_typeMapHandler
.ProcessType(type);
3546
_typeMapHandler
.ProcessType(type);
3560
_typeMapHandler
.ProcessInstantiated(type);
4075
_typeMapHandler
.ProcessType(type);