1 write to _localMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\PrecodeMethodImport.cs (1)
32
_localMethod
= localMethod;
9 references to _localMethod
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\PrecodeMethodImport.cs (9)
38
public MethodWithGCInfo MethodCodeNode =>
_localMethod
;
54
if (
_localMethod
!= null)
55
yield return new DependencyListEntry(
_localMethod
, "Precode Method Import");
60
if ((
_localMethod
!= null) && (((PrecodeMethodImport)other).
_localMethod
!= null))
62
int result = comparer.Compare(
_localMethod
, ((PrecodeMethodImport)other).
_localMethod
);
66
else if (
_localMethod
!= null)
68
else if (((PrecodeMethodImport)other).
_localMethod
!= null)