7 references to FileAlignment
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
561CheckHostObjectSupport(param = nameof(FileAlignment), cscHostObject.SetFileAlignment(FileAlignment));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
195set { _store[nameof(FileAlignment)] = value; } 196get { return _store.GetOrDefault(nameof(FileAlignment), 0); } 887commandLine.AppendSwitchWithInteger("/filealign:", _store, nameof(FileAlignment));
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
839CheckHostObjectSupport(param = nameof(FileAlignment), vbcHostObject.SetFileAlignment(FileAlignment));