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