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