3 references to AppendSwitchWithInteger
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
212
commandLine.
AppendSwitchWithInteger
("/warn:", _store, nameof(WarningLevel));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
872
commandLine.
AppendSwitchWithInteger
("/codepage:", _store, nameof(CodePage));
887
commandLine.
AppendSwitchWithInteger
("/filealign:", _store, nameof(FileAlignment));