1 implementation of DebugEHClauseInfos
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
150
public DebugEHClauseInfo[]
DebugEHClauseInfos
=> _debugEHClauseInfos;
2 references to DebugEHClauseInfos
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
201
clauses = nodeWithCodeInfo.
DebugEHClauseInfos
;
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
258
clauses = nodeWithCodeInfo.
DebugEHClauseInfos
;