3 references to AppendSwitchWithInteger
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (1)
212commandLine.AppendSwitchWithInteger("/warn:", _store, nameof(WarningLevel));
ManagedCompiler.cs (2)
865commandLine.AppendSwitchWithInteger("/codepage:", _store, nameof(CodePage)); 880commandLine.AppendSwitchWithInteger("/filealign:", _store, nameof(FileAlignment));