2 writes to _sectionSize
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Eabi\EabiAttributesBuilder.cs (2)
43_sectionSize = new byte[4]; 63_sectionSize = null;
4 references to _sectionSize
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\Eabi\EabiAttributesBuilder.cs (4)
39Debug.Assert(_sectionSize is null); 44_sectionWriter.EmitData(_sectionSize); 57Debug.Assert(_sectionSize is not null); 61BinaryPrimitives.WriteUInt32LittleEndian(_sectionSize, (uint)(_sectionWriter.Position - _sectionSizePosition));