6 writes to ShowSummary
Microsoft.Build (6)
Logging\BaseConsoleLogger.cs (4)
916ShowSummary = false; 926ShowSummary = true; 977ShowSummary = false; 980ShowSummary = true;
Logging\ConsoleLogger.cs (2)
152_consoleLogger.ShowSummary = _showSummary; 263_consoleLogger.ShowSummary = value;
10 references to ShowSummary
Microsoft.Build (10)
Logging\BaseConsoleLogger.cs (2)
912if (ShowSummary == null) 924if (ShowSummary == null && IsVerbosityAtLeast(LoggerVerbosity.Normal))
Logging\ConsoleLogger.cs (1)
252return _consoleLogger.ShowSummary == true;
Logging\ParallelLogger\ParallelConsoleLogger.cs (7)
188if (ShowSummary == true) 279if (ShowSummary == true) 294if (ShowSummary == true) 327if (ShowSummary == true 345if (ShowSummary == true) 1077if (ShowSummary == true) 1126if (ShowSummary == true)