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