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