1 write to _hasChildren
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
389
_hasChildren
= _debugVars.Length > 0 || _debugEHClauseInfos.Length > 0;
1 reference to _hasChildren
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
410
_hasChildren
? DwarfAbbrev.SubprogramStatic : DwarfAbbrev.SubprogramStaticNoChildren);