2 writes to _debugLocInfos
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1050
_debugLocInfos
= debugLocInfos.ToArray();
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
732
_debugLocInfos
= null;
2 references to _debugLocInfos
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (1)
1012
Debug.Assert(
_debugLocInfos
== null);
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
525
_methodCodeNode.InitializeDebugLocInfos(
_debugLocInfos
);