8 references to DebugSymbolsSubsectionType
ILCompiler.Compiler (8)
Compiler\ObjectWriter\CodeView\CodeViewFileTableBuilder.cs (2)
62sectionWriter.WriteLittleEndian<uint>((uint)DebugSymbolsSubsectionType.FileChecksums); 65sectionWriter.WriteLittleEndian<uint>((uint)DebugSymbolsSubsectionType.StringTable);
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (6)
121using var symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols); 227using var lineSubsection = GetSubsection(DebugSymbolsSubsectionType.Lines); 281using var symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols); 292private SubsectionWriter GetSubsection(DebugSymbolsSubsectionType subsectionKind) 299private readonly DebugSymbolsSubsectionType _kind; 305public SubsectionWriter(DebugSymbolsSubsectionType kind, SectionWriter sectionWriter)