1 write to _localMethod
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadMethodImport.cs (1)
33
_localMethod
= localMethod;
9 references to _localMethod
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadMethodImport.cs (9)
39
public MethodWithGCInfo MethodCodeNode =>
_localMethod
;
49
if (
_localMethod
!= null)
50
yield return new DependencyListEntry(
_localMethod
, "Local method import");
55
if ((
_localMethod
!= null) && (((DelayLoadMethodImport)other).
_localMethod
!= null))
57
int result = comparer.Compare(
_localMethod
, ((DelayLoadMethodImport)other).
_localMethod
);
61
else if (
_localMethod
!= null)
63
else if (((DelayLoadMethodImport)other).
_localMethod
!= null)