6 writes to ShowSummary
Microsoft.Build (6)
Logging\BaseConsoleLogger.cs (4)
917ShowSummary = false; 927ShowSummary = true; 978ShowSummary = false; 981ShowSummary = true;
Logging\ConsoleLogger.cs (2)
187_consoleLogger.ShowSummary = _showSummary; 298_consoleLogger.ShowSummary = value;
27 references to ShowSummary
Microsoft.Build (17)
Logging\BaseConsoleLogger.cs (2)
913if (ShowSummary == null) 925if (ShowSummary == null && IsVerbosityAtLeast(LoggerVerbosity.Normal))
Logging\ConsoleLogger.cs (1)
287return _consoleLogger.ShowSummary == true;
Logging\ParallelLogger\ParallelConsoleLogger.cs (6)
188if (ShowSummary == true) 278if (ShowSummary == true) 293if (ShowSummary == true) 327if (ShowSummary == true) 1058if (ShowSummary == true) 1107if (ShowSummary == true)
Logging\SerialConsoleLogger.cs (8)
74if (ShowSummary == true) 102if (ShowSummary == true) 131if (ShowSummary == true) 147if (ShowSummary == true) 173if (ShowSummary == true) 232if (IsVerbosityAtLeast(LoggerVerbosity.Normal) && ShowSummary != false) 479if (ShowSummary == true) 496if (ShowSummary == true)
Microsoft.Build.Engine.UnitTests (10)
ConsoleLogger_Tests.cs (10)
1886L.ShowSummary.ShouldBeNull(); 1890L.ShowSummary.ShouldBeNull(); 1908L.ShowSummary.ShouldNotBeNull(); 1909((bool)L.ShowSummary).ShouldBeFalse(); 1913L.ShowSummary.ShouldNotBeNull(); 1914((bool)L.ShowSummary).ShouldBeFalse(); 1921L.ShowSummary.ShouldNotBeNull(); 1922((bool)L.ShowSummary).ShouldBeFalse(); 1926L.ShowSummary.ShouldNotBeNull(); 1927((bool)L.ShowSummary).ShouldBeFalse();