2 writes to _debugLocInfos
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1653_debugLocInfos = new OffsetMapping[cMap];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
707_debugLocInfos = null;
3 references to _debugLocInfos
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1651Debug.Assert(_debugLocInfos == null); 1656_debugLocInfos[i] = pMap[i];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
501_methodCodeNode.InitializeDebugLocInfos(_debugLocInfos);