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)
38public MethodWithGCInfo MethodCodeNode => _localMethod; 54if (_localMethod != null) 55yield return new DependencyListEntry(_localMethod, "Precode Method Import"); 60if ((_localMethod != null) && (((PrecodeMethodImport)other)._localMethod != null)) 62int result = comparer.Compare(_localMethod, ((PrecodeMethodImport)other)._localMethod); 66else if (_localMethod != null) 68else if (((PrecodeMethodImport)other)._localMethod != null)