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)
43
if (
_methodNodes
== null)
58
_methodNodes
.Add(method);
69
if (
_methodNodes
== null)
83
foreach (MethodWithGCInfo method in
_methodNodes
)