6 references to ProcessWarnAsErrorSwitch
Microsoft.Build.CommandLine.UnitTests (5)
CommandLineSwitches_Tests.cs (5)
1294
Assert.Null(MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches));
1317
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
1338
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
1362
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
1379
ISet<string> actualWarningsAsErrors = MSBuildApp.
ProcessWarnAsErrorSwitch
(commandLineSwitches);
MSBuild (1)
XMake.cs (1)
2744
warningsAsErrors =
ProcessWarnAsErrorSwitch
(commandLineSwitches);