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)
46return _insertedMethodNodes[method]; 59_insertedMethodNodes[method] = runtimeFunctionIndex; 118mapping.Add((uint)_insertedMethodNodes[method]);