2 writes to _showCommandLine
Microsoft.Build (2)
Logging\TerminalLogger\TerminalLogger.cs (2)
404
_showCommandLine
= true;
408
return ConversionUtilities.TryConvertStringToBool(parameterValue, out
_showCommandLine
);
1 reference to _showCommandLine
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
970
if (e is TaskCommandLineEventArgs && !
_showCommandLine
)