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)
127using var symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols); 233using var lineSubsection = GetSubsection(DebugSymbolsSubsectionType.Lines); 287using var symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols); 298private SubsectionWriter GetSubsection(DebugSymbolsSubsectionType subsectionKind) 305private readonly DebugSymbolsSubsectionType _kind; 311public SubsectionWriter(DebugSymbolsSubsectionType kind, SectionWriter sectionWriter)