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