2 overrides of ImportedMethodDictionaryNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ExternSymbolsImportedNodeProvider.cs (1)
28
public override ISortableSymbolNode
ImportedMethodDictionaryNode
(NodeFactory factory, MethodDesc method)
Compiler\DependencyAnalysis\ImportedNodeProvider.cs (1)
38
public override ISortableSymbolNode
ImportedMethodDictionaryNode
(NodeFactory factory, MethodDesc method)
1 reference to ImportedMethodDictionaryNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
547
return _importedNodeProvider.
ImportedMethodDictionaryNode
(this, method);