7 references to AppendSwitchWithSplitting
Microsoft.Build.Tasks.CodeAnalysis (7)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
205
commandLine.
AppendSwitchWithSplitting
("/nowarn:", DisabledWarnings, ",", ';', ',');
263
commandLine.
AppendSwitchWithSplitting
("/warnaserror+:", WarningsAsErrors, ",", ';', ',');
264
commandLine.
AppendSwitchWithSplitting
("/warnaserror-:", WarningsNotAsErrors, ",", ';', ',');
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
926
commandLine.
AppendSwitchWithSplitting
("/instrument:", Instrument, ",", ';', ',');
src\Compilers\Core\MSBuildTask\Vbc.cs (3)
431
commandLine.
AppendSwitchWithSplitting
("/nowarn:", this.DisabledWarnings, ",", ';', ',');
520
commandLine.
AppendSwitchWithSplitting
("/warnaserror+:", this.WarningsAsErrors, ",", ';', ',');
521
commandLine.
AppendSwitchWithSplitting
("/warnaserror-:", this.WarningsNotAsErrors, ",", ';', ',');