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