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