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