9 references to TriggeringModule
ILCompiler.ReadyToRun (9)
Compiler\ReadyToRunProxyTypeMapNode.cs (9)
35return comparer.Compare(TriggeringModule, otherNode.TriggeringModule); 40Vertex typeMapGroupVertex = ProxyReferences.EncodeReferenceToType(writer, TypeMapGroup, TriggeringModule); 58Vertex keyVertex = ProxyReferences.EncodeReferenceToType(writer, type, TriggeringModule); 59Vertex valueVertex = ProxyReferences.EncodeReferenceToType(writer, targetType, TriggeringModule); 72yield return new DependencyListEntry(importProvider.GetImportToType(TypeMapGroup, TriggeringModule), $"Type map '{TypeMapGroup}' key type"); 81yield return new DependencyListEntry(importProvider.GetImportToType(entry.Key, TriggeringModule), $"Key type of Proxy type map entry"); 82yield return new DependencyListEntry(importProvider.GetImportToType(entry.Value, TriggeringModule), $"Proxy type map entry target for key '{entry.Key}'"); 86protected override string GetName(NodeFactory context) => $"ProxyTypeMap {TypeMapGroup} entries in assembly {TriggeringModule.GetDisplayName()}";