4 instantiations of ExternEETypeSymbolNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\ExternSymbolsImportedNodeProvider.cs (1)
15
return new
ExternEETypeSymbolNode
(factory, type);
Compiler\DependencyAnalysis\NodeFactory.cs (3)
666
return new
ExternEETypeSymbolNode
(this, type);
689
return new
ExternEETypeSymbolNode
(this, type);
706
return new
ExternEETypeSymbolNode
(this, type);