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