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)
1138
if ((
_showCommandLine
.HasValue && !
_showCommandLine
.Value) || (!
_showCommandLine
.HasValue && !IsVerbosityAtLeast(LoggerVerbosity.Normal)))