1 write to TypeMapManager
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
65
TypeMapManager
= typeMapManager;
4 references to TypeMapManager
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
1684
TypeMapManager
.AddToReadyToRunHeader(ReadyToRunHeader, this, new ExternalReferencesTableIndex(commonFixupsTableNode, this));
1687
TypeMapManager
.AttachToDependencyGraph(graph);
Compiler\ILScanner.cs (2)
1029
foreach (var externalTypeMapNode in factory.
TypeMapManager
.GetExternalTypeMaps())
1034
foreach (var proxyTypeMapNode in factory.
TypeMapManager
.GetProxyTypeMaps())