2 writes to _ehClauses
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3484_ehClauses = new CORINFO_EH_CLAUSE[cEH];
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
721_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]; 3522_ehClauses[EHnumber] = clause;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (5)
479ObjectNode.ObjectData ehInfo = _ehClauses != null ? EncodeEHInfo() : null; 481if (_ehClauses != null) 483debugEHClauseInfos = new DebugEHClauseInfo[_ehClauses.Length]; 484for (int i = 0; i < _ehClauses.Length; i++) 486var clause = _ehClauses[i];