12 references to SetSwitchError
MSBuild (12)
CommandLineSwitches.cs (4)
794SetSwitchError("UnknownSwitchError", badCommandLineArgValue, commandLine); 803SetSwitchError("UnexpectedParametersError", badCommandLineArgValue, commandLine); 938SetSwitchError(s_parameterlessSwitchesMap[i].duplicateSwitchErrorMessage, 962SetSwitchError(s_parameterizedSwitchesMap[j].duplicateSwitchErrorMessage,
XMake.cs (8)
2234commandLineSwitches.SetSwitchError("MissingResponseFileError", unquotedCommandLineArg, commandLine); 2342commandLineSwitches.SetSwitchError(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine); 2388commandLineSwitches.SetSwitchError("EnvironmentVariableAsSwitch", unquotedCommandLineArg, commandLine); 2401commandLineSwitches.SetSwitchError(missingParametersErrorMessage, unquotedCommandLineArg, commandLine); 2407commandLineSwitches.SetSwitchError(duplicateSwitchErrorMessage, unquotedCommandLineArg, commandLine); 2412commandLineSwitches.SetSwitchError(missingParametersErrorMessage, unquotedCommandLineArg, commandLine); 2477switchesFromAutoResponseFile.SetSwitchError("CannotAutoDisableAutoResponseFile", 2822commandLineSwitches.SetSwitchError("NotWarnAsErrorWithoutWarnAsError",