2 writes to _debugLocInfos
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1068
_debugLocInfos
= debugLocInfos.ToArray();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
709
_debugLocInfos
= null;
2 references to _debugLocInfos
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1030
Debug.Assert(
_debugLocInfos
== null);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
503
_methodCodeNode.InitializeDebugLocInfos(
_debugLocInfos
);