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)
1658
Debug.Assert(
_debugLocInfos
== null);
1663
_debugLocInfos
[i] = pMap[i];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
503
_methodCodeNode.InitializeDebugLocInfos(
_debugLocInfos
);