5 writes to showSummary
Microsoft.Build.Engine (5)
Logging\BaseConsoleLogger.cs (5)
90showSummary = value; 850this.showSummary = true; 855this.showSummary = false; 911showSummary = false; 914showSummary = true;
2 references to showSummary
Microsoft.Build.Engine (2)
Logging\BaseConsoleLogger.cs (2)
85return showSummary ?? false; 848if (showSummary == null && IsVerbosityAtLeast(LoggerVerbosity.Normal))