1 write to _typeMapHandler
illink (1)
Linker.Steps\MarkStep.cs (1)
234
_typeMapHandler
= new TypeMapHandler();
6 references to _typeMapHandler
illink (6)
Linker.Steps\MarkStep.cs (6)
101
internal TypeMapHandler TypeMapHandler =>
_typeMapHandler
;
268
_typeMapHandler
.Initialize(Context, this, startingAssembly);
1991
_typeMapHandler
.ProcessType(type);
3526
_typeMapHandler
.ProcessType(type);
3540
_typeMapHandler
.ProcessInstantiated(type);
4055
_typeMapHandler
.ProcessType(type);