1 write to _methodNodes
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
51_methodNodes = new List<MethodWithGCInfo>();
4 references to _methodNodes
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (4)
43if (_methodNodes == null) 58_methodNodes.Add(method); 69if (_methodNodes == null) 83foreach (MethodWithGCInfo method in _methodNodes)