6 references to ProcessWarnAsErrorSwitch
Microsoft.Build.CommandLine.UnitTests (5)
CommandLineSwitches_Tests.cs (5)
1301Assert.Null(MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches)); 1325ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1347ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1372ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1390ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches);
MSBuild (1)
XMake.cs (1)
2274warningsAsErrors = ProcessWarnAsErrorSwitch(commandLineSwitches);