1 instantiation of PrecodeMethodImport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
506return new PrecodeMethodImport(
4 references to PrecodeMethodImport
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\PrecodeMethodImport.cs (3)
60if ((_localMethod != null) && (((PrecodeMethodImport)other)._localMethod != null)) 62int result = comparer.Compare(_localMethod, ((PrecodeMethodImport)other)._localMethod); 68else if (((PrecodeMethodImport)other)._localMethod != null)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
555if (methodCodeNodeDebug == null && methodNodeDebug is PrecodeMethodImport precodeMethodImport)