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