7 references to AppendSwitchWithSplitting
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
212
commandLine.
AppendSwitchWithSplitting
("/nowarn:", DisabledWarnings, ",", ';', ',');
270
commandLine.
AppendSwitchWithSplitting
("/warnaserror+:", WarningsAsErrors, ",", ';', ',');
271
commandLine.
AppendSwitchWithSplitting
("/warnaserror-:", WarningsNotAsErrors, ",", ';', ',');
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
926
commandLine.
AppendSwitchWithSplitting
("/instrument:", Instrument, ",", ';', ',');
src\Compilers\Core\MSBuildTask\Vbc.cs (3)
438
commandLine.
AppendSwitchWithSplitting
("/nowarn:", this.DisabledWarnings, ",", ';', ',');
527
commandLine.
AppendSwitchWithSplitting
("/warnaserror+:", this.WarningsAsErrors, ",", ';', ',');
528
commandLine.
AppendSwitchWithSplitting
("/warnaserror-:", this.WarningsNotAsErrors, ",", ';', ',');