3 references to ExternalReferencesTableNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1692var commonFixupsTableNode = new ExternalReferencesTableNode("CommonFixupsTable", this);
Compiler\MetadataManager.cs (2)
155var nativeReferencesTableNode = new ExternalReferencesTableNode("NativeReferences", nodeFactory); 156var nativeStaticsTableNode = new ExternalReferencesTableNode("NativeStatics", nodeFactory);