12 references to SetSwitchError
MSBuild (12)
CommandLineSwitches.cs (4)
796SetSwitchError("UnknownSwitchError", badCommandLineArgValue, commandLine); 805SetSwitchError("UnexpectedParametersError", badCommandLineArgValue, commandLine); 940SetSwitchError(s_parameterlessSwitchesMap[i].duplicateSwitchErrorMessage, 964SetSwitchError(s_parameterizedSwitchesMap[j].duplicateSwitchErrorMessage,
XMake.cs (8)
2238commandLineSwitches.SetSwitchError("MissingResponseFileError", unquotedCommandLineArg, commandLine); 2346commandLineSwitches.SetSwitchError(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine); 2392commandLineSwitches.SetSwitchError("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine); 2405commandLineSwitches.SetSwitchError(missingParametersErrorMessage, unquotedCommandLineArg, commandLine); 2411commandLineSwitches.SetSwitchError(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine); 2416commandLineSwitches.SetSwitchError(missingParametersErrorMessage, unquotedCommandLineArg, commandLine); 2481switchesFromAutoResponseFile.SetSwitchError("CannotAutoDisableAutoResponseFile", 2819commandLineSwitches.SetSwitchError("NotWarnAsErrorWithoutWarnAsError",