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