2 writes to NumberOfSections
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
385
NumberOfSections
= (uint)_sections.Count,
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
746
NumberOfSections
= (uint)numberOfSections,
3 references to NumberOfSections
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (3)
497
public readonly bool IsBigObj =>
NumberOfSections
> 65279;
543
BinaryPrimitives.WriteUInt16LittleEndian(buffer.Slice(2), (ushort)
NumberOfSections
);
562
BinaryPrimitives.WriteUInt32LittleEndian(buffer.Slice(44),
NumberOfSections
);