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