2 instantiations of ProxyTypeMapObjectNode
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunTypeMapManager.cs (1)
62header.Add(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, importReferenceProvider));
parent\parent\Common\Compiler\TypeMapManager.cs (1)
48header.Add(ReadyToRunSectionType.ProxyTypeMaps, new ProxyTypeMapObjectNode(this, commonFixupsTableNode));
2 references to ProxyTypeMapObjectNode
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\ProxyTypeMapObjectNode.cs (2)
52ProxyTypeMapObjectNode otherNode = (ProxyTypeMapObjectNode)other;