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