12 references to SetSwitchError
MSBuild (12)
CommandLineSwitches.cs (4)
795
SetSwitchError
("UnknownSwitchError", badCommandLineArgValue, commandLine);
804
SetSwitchError
("UnexpectedParametersError", badCommandLineArgValue, commandLine);
939
SetSwitchError
(s_parameterlessSwitchesMap[i].duplicateSwitchErrorMessage,
963
SetSwitchError
(s_parameterizedSwitchesMap[j].duplicateSwitchErrorMessage,
XMake.cs (8)
2209
commandLineSwitches.
SetSwitchError
("MissingResponseFileError", unquotedCommandLineArg, commandLine);
2317
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2363
commandLineSwitches.
SetSwitchError
("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine);
2376
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2382
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2387
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2452
switchesFromAutoResponseFile.
SetSwitchError
("CannotAutoDisableAutoResponseFile",
2794
commandLineSwitches.
SetSwitchError
("NotWarnAsErrorWithoutWarnAsError",