12 references to SetSwitchError
MSBuild (12)
CommandLineSwitches.cs (4)
796
SetSwitchError
("UnknownSwitchError", badCommandLineArgValue, commandLine);
805
SetSwitchError
("UnexpectedParametersError", badCommandLineArgValue, commandLine);
940
SetSwitchError
(s_parameterlessSwitchesMap[i].duplicateSwitchErrorMessage,
964
SetSwitchError
(s_parameterizedSwitchesMap[j].duplicateSwitchErrorMessage,
XMake.cs (8)
2144
commandLineSwitches.
SetSwitchError
("MissingResponseFileError", unquotedCommandLineArg, commandLine);
2252
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2298
commandLineSwitches.
SetSwitchError
("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine);
2311
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2317
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2322
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2387
switchesFromAutoResponseFile.
SetSwitchError
("CannotAutoDisableAutoResponseFile",
2725
commandLineSwitches.
SetSwitchError
("NotWarnAsErrorWithoutWarnAsError",