1 instantiation of SubsectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (1)
294
return new
SubsectionWriter
(subsectionKind, _sectionWriter);
6 references to SubsectionWriter
ILCompiler.Compiler (6)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (6)
121
using
var
symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols);
227
using
var
lineSubsection = GetSubsection(DebugSymbolsSubsectionType.Lines);
281
using
var
symbolSubsection = GetSubsection(DebugSymbolsSubsectionType.Symbols);
292
private
SubsectionWriter
GetSubsection(DebugSymbolsSubsectionType subsectionKind)
351
private readonly
SubsectionWriter
_subsectionWriter;
355
public RecordWriter(
SubsectionWriter
subsectionWriter, bool hasLengthPrefix)