6 references to ProcessWarnAsErrorSwitch
Microsoft.Build.CommandLine.UnitTests (5)
CommandLineSwitches_Tests.cs (5)
1268Assert.Null(MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches)); 1291ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1312ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1336ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches); 1353ISet<string> actualWarningsAsErrors = MSBuildApp.ProcessWarnAsErrorSwitch(commandLineSwitches);
MSBuild (1)
XMake.cs (1)
2717warningsAsErrors = ProcessWarnAsErrorSwitch(commandLineSwitches);