2 writes to _debugVarInfos
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
1636_debugVarInfos = new NativeVarInfo[cVars];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
708_debugVarInfos = null;
3 references to _debugVarInfos
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1631Debug.Assert(_debugVarInfos == null); 1639_debugVarInfos[i] = vars[i];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
502_methodCodeNode.InitializeDebugVarInfos(_debugVarInfos);