6 writes to ShowSummary
Microsoft.Build (6)
Logging\BaseConsoleLogger.cs (4)
917ShowSummary = false; 927ShowSummary = true; 978ShowSummary = false; 981ShowSummary = true;
Logging\ConsoleLogger.cs (2)
191_consoleLogger.ShowSummary = _showSummary; 302_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)
291return _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)
1884L.ShowSummary.ShouldBeNull(); 1888L.ShowSummary.ShouldBeNull(); 1906L.ShowSummary.ShouldNotBeNull(); 1907((bool)L.ShowSummary).ShouldBeFalse(); 1911L.ShowSummary.ShouldNotBeNull(); 1912((bool)L.ShowSummary).ShouldBeFalse(); 1919L.ShowSummary.ShouldNotBeNull(); 1920((bool)L.ShowSummary).ShouldBeFalse(); 1924L.ShowSummary.ShouldNotBeNull(); 1925((bool)L.ShowSummary).ShouldBeFalse();