3 references to ProcessWarningRelatedSwitch
MSBuild (3)
XMake.cs (3)
3260
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsAsErrors);
3265
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsAsMessages);
3270
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsNotAsErrors);