2 writes to _ehClauses
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3317_ehClauses = new CORINFO_EH_CLAUSE[cEH];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
700_ehClauses = null;
8 references to _ehClauses
ILCompiler.ReadyToRun (8)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
1598int totalClauses = _ehClauses.Length; 1603ref CORINFO_EH_CLAUSE clause = ref _ehClauses[i]; 3355_ehClauses[EHnumber] = clause;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
458ObjectNode.ObjectData ehInfo = _ehClauses != null ? EncodeEHInfo() : null; 460if (_ehClauses != null) 462debugEHClauseInfos = new DebugEHClauseInfo[_ehClauses.Length]; 463for (int i = 0; i < _ehClauses.Length; i++) 465var clause = _ehClauses[i];