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