1 write to FileAlignment
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
322FileAlignment = reader.ReadInt32();
5 references to FileAlignment
Microsoft.NET.HostModel (1)
ResourceUpdater.cs (1)
150int fileAlignment = _reader.PEHeaders.PEHeader!.FileAlignment;
System.Reflection.Metadata (4)
System\Reflection\PortableExecutable\PEHeader.cs (2)
71/// The alignment (in bytes) of sections when they are loaded into memory. It must be greater than or equal to <see cref="FileAlignment"/>. 80/// then <see cref="FileAlignment"/> must match <see cref="SectionAlignment"/>.
System\Reflection\PortableExecutable\SectionHeader.cs (2)
30/// For PE images, this must be a multiple of <see cref="PEHeader.FileAlignment"/>. 40/// For PE images, this must be a multiple of <see cref="PEHeader.FileAlignment"/>.