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)
2144commandLineSwitches.SetSwitchError("MissingResponseFileError", unquotedCommandLineArg, commandLine); 2252commandLineSwitches.SetSwitchError(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine); 2298commandLineSwitches.SetSwitchError("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine); 2311commandLineSwitches.SetSwitchError(missingParametersErrorMessage, unquotedCommandLineArg, commandLine); 2317commandLineSwitches.SetSwitchError(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine); 2322commandLineSwitches.SetSwitchError(missingParametersErrorMessage, unquotedCommandLineArg, commandLine); 2387switchesFromAutoResponseFile.SetSwitchError("CannotAutoDisableAutoResponseFile", 2725commandLineSwitches.SetSwitchError("NotWarnAsErrorWithoutWarnAsError",