1 write to _typeRecords
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (1)
101
_typeRecords
= typeRecords;
3 references to _typeRecords
ILCompiler.Compiler (3)
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (3)
107
writer.WriteStartDIE(
_typeRecords
.Length > 0 ? DwarfAbbrev.EnumerationType : DwarfAbbrev.EnumerationTypeNoChildren);
112
if (
_typeRecords
.Length > 0)
122
foreach (EnumRecordTypeDescriptor typeRecord in
_typeRecords
)