2 instantiations of RuntimeImportMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ILScanNodeFactory.cs (1)
31return new RuntimeImportMethodNode(method, NameMangler);
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\RyuJitNodeFactory.cs (1)
35return new RuntimeImportMethodNode(method, NameMangler);
1 reference to RuntimeImportMethodNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\RuntimeImportMethodNode.cs (1)
35return comparer.Compare(_method, ((RuntimeImportMethodNode)other)._method);