12 references to SetSwitchError
MSBuild (12)
CommandLineSwitches.cs (4)
794
SetSwitchError
("UnknownSwitchError", badCommandLineArgValue, commandLine);
803
SetSwitchError
("UnexpectedParametersError", badCommandLineArgValue, commandLine);
938
SetSwitchError
(s_parameterlessSwitchesMap[i].duplicateSwitchErrorMessage,
962
SetSwitchError
(s_parameterizedSwitchesMap[j].duplicateSwitchErrorMessage,
XMake.cs (8)
2234
commandLineSwitches.
SetSwitchError
("MissingResponseFileError", unquotedCommandLineArg, commandLine);
2342
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2388
commandLineSwitches.
SetSwitchError
("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine);
2401
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2407
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2412
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2477
switchesFromAutoResponseFile.
SetSwitchError
("CannotAutoDisableAutoResponseFile",
2822
commandLineSwitches.
SetSwitchError
("NotWarnAsErrorWithoutWarnAsError",