2 writes to _debugLocInfos
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1060
_debugLocInfos
= debugLocInfos.ToArray();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
707
_debugLocInfos
= null;
2 references to _debugLocInfos
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1022
Debug.Assert(
_debugLocInfos
== null);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
501
_methodCodeNode.InitializeDebugLocInfos(
_debugLocInfos
);