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