2 writes to _size
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (2)
369_subsectionWriter._size += sizeof(ushort); 374_subsectionWriter._size += (uint)_bufferWriter.WrittenCount;
2 references to _size
ILCompiler.Compiler (2)
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (2)
315BinaryPrimitives.WriteUInt32LittleEndian(subsectionHeader.Slice(4), _size); 423_subsectionWriter._size +