2 writes to _debugVarInfos
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1643_debugVarInfos = new NativeVarInfo[cVars];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
710_debugVarInfos = null;
3 references to _debugVarInfos
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1638Debug.Assert(_debugVarInfos == null); 1646_debugVarInfos[i] = vars[i];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
504_methodCodeNode.InitializeDebugVarInfos(_debugVarInfos);