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