2 writes to _debugLocInfos
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1613_debugLocInfos = new OffsetMapping[cMap];
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
732_debugLocInfos = null;
3 references to _debugLocInfos
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1611Debug.Assert(_debugLocInfos == null); 1616_debugLocInfos[i] = pMap[i];
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
525_methodCodeNode.InitializeDebugLocInfos(_debugLocInfos);