3 references to FileAlignment
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
MSBuild\Constants\PropertyNames.cs (1)
26
public const string FileAlignment = nameof(
FileAlignment
);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
40
AddIfNotNullOrWhiteSpace("filealign", Project.ReadPropertyString(PropertyNames.
FileAlignment
));
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
43
AddIfNotNullOrWhiteSpace("filealign", Project.ReadPropertyString(PropertyNames.
FileAlignment
));