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