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