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