7 references to AppendSwitchWithSplitting
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
222
commandLine.
AppendSwitchWithSplitting
("/nowarn:", DisabledWarnings, ",", ';', ',');
280
commandLine.
AppendSwitchWithSplitting
("/warnaserror+:", WarningsAsErrors, ",", ';', ',');
281
commandLine.
AppendSwitchWithSplitting
("/warnaserror-:", WarningsNotAsErrors, ",", ';', ',');
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
936
commandLine.
AppendSwitchWithSplitting
("/instrument:", Instrument, ",", ';', ',');
src\Compilers\Core\MSBuildTask\Vbc.cs (3)
447
commandLine.
AppendSwitchWithSplitting
("/nowarn:", this.DisabledWarnings, ",", ';', ',');
536
commandLine.
AppendSwitchWithSplitting
("/warnaserror+:", this.WarningsAsErrors, ",", ';', ',');
537
commandLine.
AppendSwitchWithSplitting
("/warnaserror-:", this.WarningsNotAsErrors, ",", ';', ',');