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