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