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)
2238
commandLineSwitches.
SetSwitchError
("MissingResponseFileError", unquotedCommandLineArg, commandLine);
2346
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2392
commandLineSwitches.
SetSwitchError
("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine);
2405
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2411
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2416
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2481
switchesFromAutoResponseFile.
SetSwitchError
("CannotAutoDisableAutoResponseFile",
2819
commandLineSwitches.
SetSwitchError
("NotWarnAsErrorWithoutWarnAsError",