1 write to _subsectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (1)
363
_subsectionWriter
= subsectionWriter;
6 references to _subsectionWriter
ILCompiler.Compiler (6)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (6)
374
_subsectionWriter
._data.Add(lengthBuffer);
375
_subsectionWriter
._size += sizeof(ushort);
379
_subsectionWriter
._data.Add(_bufferWriter.WrittenSpan.ToArray());
380
_subsectionWriter
._size += (uint)_bufferWriter.WrittenCount;
428
_subsectionWriter
._relocations.Add((
429
_subsectionWriter
._size +