3 references to CustomPESectionAlignment
crossgen2 (3)
Crossgen2RootCommand.cs (2)
214
Options.Add(
CustomPESectionAlignment
);
260
int alignment = result.GetValue(
CustomPESectionAlignment
);
Program.cs (1)
667
.UseCustomPESectionAlignment(Get(_command.
CustomPESectionAlignment
))