1 write to SectionAlignment
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
321SectionAlignment = reader.ReadInt32();
4 references to SectionAlignment
Microsoft.NET.HostModel (1)
ResourceUpdater.cs (1)
151int sectionAlignment = _reader.PEHeaders.PEHeader!.SectionAlignment;
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEHeader.cs (3)
79/// If the <see cref="SectionAlignment"/> is less than the architecture's page size, 80/// then <see cref="FileAlignment"/> must match <see cref="SectionAlignment"/>. 116/// It must be a multiple of <see cref="SectionAlignment"/>.