1 instantiation of DebugEHClauseInfo
ILCompiler.ReadyToRun (1)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
496debugEHClauseInfos[i] = new DebugEHClauseInfo(clause.TryOffset, clause.TryLength - clause.TryOffset,
5 references to DebugEHClauseInfo
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (3)
30private DebugEHClauseInfo[] _debugEHClauseInfos; 361public DebugEHClauseInfo[] DebugEHClauseInfos => _debugEHClauseInfos; 379public void InitializeDebugEHClauseInfos(DebugEHClauseInfo[] debugEHClauseInfos)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
483DebugEHClauseInfo[] debugEHClauseInfos = null; 486debugEHClauseInfos = new DebugEHClauseInfo[_ehClauses.Length];