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