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
;
257
_typeMapHandler
.Initialize(Context, this, Annotations.GetEntryPointAssembly());
1980
_typeMapHandler
.ProcessType(type);
3515
_typeMapHandler
.ProcessType(type);
3529
_typeMapHandler
.ProcessInstantiated(type);
4044
_typeMapHandler
.ProcessType(type);