5 references to _dieStack
ILCompiler.Compiler (5)
Compiler\ObjectWriter\Dwarf\DwarfInfoWriter.cs (5)
56if (_dieStack.Count > 0 && !_dieStack.Peek().HasChildren) 58throw new InvalidOperationException($"Trying to write a children into DIE (Tag {_dieStack.Peek().Tag}) with DW_CHILDREN_no"); 68_dieStack.Push(abbrev); 74var abbrev = _dieStack.Pop();