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