2 writes to _badCommandLineArg
MSBuild (2)
CommandLineSwitches.cs (2)
859_badCommandLineArg = badCommandLineArgValue; 917_badCommandLineArg = switchesToAppend._badCommandLineArg;
3 references to _badCommandLineArg
MSBuild (3)
CommandLineSwitches.cs (3)
884InitializationException.Throw(_errorMessage, _badCommandLineArg, _innerException, false); 893CommandLineSwitchException.Throw("SwitchErrorWithArguments", _badCommandLineArg, ResourceUtilities.GetResourceString(_errorMessage), _commandLine, StringBuilderCache.GetStringAndRelease(sb)); 917_badCommandLineArg = switchesToAppend._badCommandLineArg;