1 write to TypeMapManager
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
67
TypeMapManager
= typeMapManager;
4 references to TypeMapManager
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
1694
TypeMapManager
.AddToReadyToRunHeader(ReadyToRunHeader, this, new ExternalReferencesTableIndex(commonFixupsTableNode, this));
1697
TypeMapManager
.AttachToDependencyGraph(graph);
Compiler\ILScanner.cs (2)
1047
foreach (var externalTypeMapNode in factory.
TypeMapManager
.GetExternalTypeMaps())
1052
foreach (var proxyTypeMapNode in factory.
TypeMapManager
.GetProxyTypeMaps())