4 references to ExternEETypeSymbolNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\ExternSymbolsImportedNodeProvider.cs (1)
15
return new
ExternEETypeSymbolNode
(factory, type);
Compiler\DependencyAnalysis\NodeFactory.cs (3)
667
return new
ExternEETypeSymbolNode
(this, type);
690
return new
ExternEETypeSymbolNode
(this, type);
707
return new
ExternEETypeSymbolNode
(this, type);