2 writes to _isParameterError
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
868
_isParameterError
= isParameterErrorValue;
926
_isParameterError
= switchesToAppend._isParameterError;
2 references to _isParameterError
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
889
if (
_isParameterError
)
926
_isParameterError = switchesToAppend.
_isParameterError
;