2 writes to _debugLocInfos
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1660_debugLocInfos = new OffsetMapping[cMap];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
709_debugLocInfos = null;
3 references to _debugLocInfos
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1658Debug.Assert(_debugLocInfos == null); 1663_debugLocInfos[i] = pMap[i];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
503_methodCodeNode.InitializeDebugLocInfos(_debugLocInfos);