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)
107writer.WriteStartDIE(_typeRecords.Length > 0 ? DwarfAbbrev.EnumerationType : DwarfAbbrev.EnumerationTypeNoChildren); 112if (_typeRecords.Length > 0) 122foreach (EnumRecordTypeDescriptor typeRecord in _typeRecords)