1 write to _definition
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfAbbrev.cs (1)
16
_definition
= definition;
6 references to _definition
ILCompiler.Compiler (6)
Compiler\ObjectWriter\Dwarf\DwarfAbbrev.cs (6)
19
public ushort Tag =>
_definition
[0];
21
public bool HasChildren =>
_definition
[1] == DW_CHILDREN_yes;
28
for (int i = 2; i <
_definition
.Length; i++)
31
writer.WriteULEB128(
_definition
[i++]);
33
if (
_definition
[i] != DW_FORM_size)
35
writer.WriteULEB128(
_definition
[i]);