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