3 writes to _showCommandLine
Microsoft.Build (3)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
125_showCommandLine = true; 131_showCommandLine = ConversionUtilities.ConvertStringToBool(parameterValue); 136_showCommandLine = false;
3 references to _showCommandLine
Microsoft.Build (3)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
1138if ((_showCommandLine.HasValue && !_showCommandLine.Value) || (!_showCommandLine.HasValue && !IsVerbosityAtLeast(LoggerVerbosity.Normal)))