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