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