2 writes to _badCommandLineArg
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
863_badCommandLineArg = badCommandLineArgValue; 921_badCommandLineArg = switchesToAppend._badCommandLineArg;
3 references to _badCommandLineArg
MSBuild (3)
CommandLine\CommandLineSwitches.cs (3)
888InitializationException.Throw(_errorMessage, _badCommandLineArg, _innerException, false); 897CommandLineSwitchException.Throw("SwitchErrorWithArguments", _badCommandLineArg, ResourceUtilities.GetResourceString(_errorMessage), _commandLine, StringBuilderCache.GetStringAndRelease(sb)); 921_badCommandLineArg = switchesToAppend._badCommandLineArg;