2 writes to _debugVarInfos
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1599_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)
1594Debug.Assert(_debugVarInfos == null); 1602_debugVarInfos[i] = vars[i];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
504_methodCodeNode.InitializeDebugVarInfos(_debugVarInfos);