1 write to _insertedMethodNodes
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
54
_insertedMethodNodes
= new Dictionary<MethodWithGCInfo, int>();
3 references to _insertedMethodNodes
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (3)
48
return
_insertedMethodNodes
[method];
61
_insertedMethodNodes
[method] = runtimeFunctionIndex;
174
mapping.Add((uint)
_insertedMethodNodes
[method]);