1 write to _subsectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (1)
357
_subsectionWriter
= subsectionWriter;
6 references to _subsectionWriter
ILCompiler.Compiler (6)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (6)
368
_subsectionWriter
._data.Add(lengthBuffer);
369
_subsectionWriter
._size += sizeof(ushort);
373
_subsectionWriter
._data.Add(_bufferWriter.WrittenSpan.ToArray());
374
_subsectionWriter
._size += (uint)_bufferWriter.WrittenCount;
422
_subsectionWriter
._relocations.Add((
423
_subsectionWriter
._size +