1 instantiation of SubsectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (1)
300return new SubsectionWriter(subsectionKind, _sectionWriter);
6 references to SubsectionWriter
ILCompiler.Compiler (6)
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) 357private readonly SubsectionWriter _subsectionWriter; 361public RecordWriter(SubsectionWriter subsectionWriter, bool hasLengthPrefix)