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)
39
Debug.Assert(
_sectionSize
is null);
44
_sectionWriter.EmitData(
_sectionSize
);
57
Debug.Assert(
_sectionSize
is not null);
61
BinaryPrimitives.WriteUInt32LittleEndian(
_sectionSize
, (uint)(_sectionWriter.Position - _sectionSizePosition));