6 references to ProcessWarnAsErrorSwitch
Microsoft.Build.CommandLine.UnitTests (5)
CommandLineSwitches_Tests.cs (5)
1302Assert.Null(MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches)); 1326ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1348ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1373ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1391ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches);
MSBuild (1)
XMake.cs (1)
2274warningsAsErrors = ProcessWarnAsErrorSwitch(commandLineSwitches);