5 references to FileAlignment
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (3)
195
set { _store[nameof(
FileAlignment
)] = value; }
196
get { return _store.GetOrDefault(nameof(
FileAlignment
), 0); }
880
commandLine.AppendSwitchWithInteger("/filealign:", _store, nameof(
FileAlignment
));
Vbc.cs (2)
839
CheckHostObjectSupport(param = nameof(
FileAlignment
), vbcHostObject.SetFileAlignment(
FileAlignment
));