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