2 writes to _ehClauses
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3352_ehClauses = new CORINFO_EH_CLAUSE[cEH];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
703_ehClauses = null;
8 references to _ehClauses
ILCompiler.ReadyToRun (8)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
1561int totalClauses = _ehClauses.Length; 1566ref CORINFO_EH_CLAUSE clause = ref _ehClauses[i]; 3390_ehClauses[EHnumber] = clause;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
461ObjectNode.ObjectData ehInfo = _ehClauses != null ? EncodeEHInfo() : null; 463if (_ehClauses != null) 465debugEHClauseInfos = new DebugEHClauseInfo[_ehClauses.Length]; 466for (int i = 0; i < _ehClauses.Length; i++) 468var clause = _ehClauses[i];