3 references to ProcessWarningRelatedSwitch
MSBuild (3)
XMake.cs (3)
2852
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsAsErrors);
2857
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsAsMessages);
2862
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsNotAsErrors);