3 references to ProcessWarningRelatedSwitch
MSBuild (3)
XMake.cs (3)
2853
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsAsErrors);
2858
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsAsMessages);
2863
return
ProcessWarningRelatedSwitch
(commandLineSwitches, CommandLineSwitches.ParameterizedSwitch.WarningsNotAsErrors);