1 write to _methodNodes
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
53_methodNodes = new List<MethodWithGCInfo>();
8 references to _methodNodes
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (8)
45if (_methodNodes == null) 60_methodNodes.Add(method); 81if (_methodNodes == null) 91foreach (MethodWithGCInfo method in _methodNodes) 123if (_methodNodes == null) 139foreach (MethodWithGCInfo method in _methodNodes) 221if (_methodNodes.Count > 0) 223runtimeFunctionsBuilder.EmitReloc(_methodNodes[0], RelocType.WASM_TABLE_INDEX_I32, delta: 0);