1 instantiation of SubsectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (1)
300
return new
SubsectionWriter
(subsectionKind, _sectionWriter);
6 references to SubsectionWriter
ILCompiler.Compiler (6)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (6)
127
using
var
symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols);
233
using
var
lineSubsection = GetSubsection(DebugSymbolsSubsectionType.Lines);
287
using
var
symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols);
298
private
SubsectionWriter
GetSubsection(DebugSymbolsSubsectionType subsectionKind)
357
private readonly
SubsectionWriter
_subsectionWriter;
361
public RecordWriter(
SubsectionWriter
subsectionWriter, bool hasLengthPrefix)