1 instantiation of ReadyToRunExternalTypeMapNode
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunTypeMapManager.cs (1)
42yield return new ReadyToRunExternalTypeMapNode(triggeringModule, map.Key, map.Value, _importReferenceProvider);
2 references to ReadyToRunExternalTypeMapNode
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunExternalTypeMapNode.cs (2)
32ReadyToRunExternalTypeMapNode otherNode = (ReadyToRunExternalTypeMapNode)other;