1 write to SectionAlignment
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
321
SectionAlignment
= reader.ReadInt32();
5 references to SectionAlignment
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\EmitMetadataTests.cs (2)
2263
Assert.Equal(0x2000, peHeader.
SectionAlignment
);
2450
Assert.Equal(0x2000, 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
"/>.