6 references to ProcessWarnAsErrorSwitch
Microsoft.Build.CommandLine.UnitTests (5)
CommandLineSwitches_Tests.cs (5)
1270
Assert.Null(MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches));
1293
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
1314
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
1338
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
1355
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
MSBuild (1)
XMake.cs (1)
2711
warningsAsErrors =
ProcessWarnAsErrorSwitch
(commandLineSwitches);