1 instantiation of PrecodeMethodImport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
676
return new
PrecodeMethodImport
(
3 references to PrecodeMethodImport
ILCompiler.ReadyToRun (3)
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)