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)
39public MethodWithGCInfo MethodCodeNode => _localMethod; 49if (_localMethod != null) 50yield return new DependencyListEntry(_localMethod, "Local method import"); 55if ((_localMethod != null) && (((DelayLoadMethodImport)other)._localMethod != null)) 57int result = comparer.Compare(_localMethod, ((DelayLoadMethodImport)other)._localMethod); 61else if (_localMethod != null) 63else if (((DelayLoadMethodImport)other)._localMethod != null)