2 writes to _showCommandLine
MSBuild (2)
TerminalLogger\TerminalLogger.cs (2)
360
_showCommandLine
= true;
364
return ConversionUtilities.TryConvertStringToBool(parameterValue, out
_showCommandLine
);
1 reference to _showCommandLine
MSBuild (1)
TerminalLogger\TerminalLogger.cs (1)
926
if (e is TaskCommandLineEventArgs && !
_showCommandLine
)