2 writes to _subsectionSize
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Eabi\EabiAttributesBuilder.cs (2)
51_subsectionSize = new byte[4]; 64_subsectionSize = null;
6 references to _subsectionSize
ILCompiler.ReadyToRun (6)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Eabi\EabiAttributesBuilder.cs (6)
40Debug.Assert(_subsectionSize is null); 52_sectionWriter.EmitData(_subsectionSize); 58Debug.Assert(_subsectionSize is not null); 60BinaryPrimitives.WriteUInt32LittleEndian(_subsectionSize, (uint)(_sectionWriter.Position - _subsectionSizePosition)); 69Debug.Assert(_subsectionSize is not null); 77Debug.Assert(_subsectionSize is not null);