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