1 write to _debugEHClauseInfos
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
388
_debugEHClauseInfos
= debugEHClauseInfos;
2 references to _debugEHClauseInfos
ILCompiler.Compiler (2)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (2)
389
_hasChildren = _debugVars.Length > 0 ||
_debugEHClauseInfos
.Length > 0;
450
foreach (DebugEHClauseInfo clause in
_debugEHClauseInfos
)