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)
40
Debug.Assert(
_subsectionSize
is null);
52
_sectionWriter.EmitData(
_subsectionSize
);
58
Debug.Assert(
_subsectionSize
is not null);
60
BinaryPrimitives.WriteUInt32LittleEndian(
_subsectionSize
, (uint)(_sectionWriter.Position - _subsectionSizePosition));
69
Debug.Assert(
_subsectionSize
is not null);
77
Debug.Assert(
_subsectionSize
is not null);