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