2 writes to _isParameterError
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
867
_isParameterError
= isParameterErrorValue;
925
_isParameterError
= switchesToAppend._isParameterError;
2 references to _isParameterError
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
888
if (
_isParameterError
)
925
_isParameterError = switchesToAppend.
_isParameterError
;