1 write to _hasChildren
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
386
_hasChildren
= !_isStatic || debugVars.Any() || debugEHClauseInfos.Any();
1 reference to _hasChildren
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
395
_hasChildren
? DwarfAbbrev.SubprogramStatic : DwarfAbbrev.SubprogramStaticNoChildren);