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