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)
2218
commandLineSwitches.
SetSwitchError
("MissingResponseFileError", unquotedCommandLineArg, commandLine);
2326
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2372
commandLineSwitches.
SetSwitchError
("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine);
2385
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2391
commandLineSwitches.
SetSwitchError
(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine);
2396
commandLineSwitches.
SetSwitchError
(missingParametersErrorMessage, unquotedCommandLineArg, commandLine);
2461
switchesFromAutoResponseFile.
SetSwitchError
("CannotAutoDisableAutoResponseFile",
2806
commandLineSwitches.
SetSwitchError
("NotWarnAsErrorWithoutWarnAsError",