6 writes to ShowSummary
Microsoft.Build (6)
Logging\BaseConsoleLogger.cs (4)
917ShowSummary = false; 927ShowSummary = true; 978ShowSummary = false; 981ShowSummary = true;
Logging\ConsoleLogger.cs (2)
152_consoleLogger.ShowSummary = _showSummary; 263_consoleLogger.ShowSummary = value;
11 references to ShowSummary
Microsoft.Build (9)
Logging\BaseConsoleLogger.cs (2)
913if (ShowSummary == null) 925if (ShowSummary == null && IsVerbosityAtLeast(LoggerVerbosity.Normal))
Logging\ConsoleLogger.cs (1)
252return _consoleLogger.ShowSummary == true;
Logging\ParallelLogger\ParallelConsoleLogger.cs (6)
188if (ShowSummary == true) 278if (ShowSummary == true) 293if (ShowSummary == true) 327if (ShowSummary == true) 1059if (ShowSummary == true) 1108if (ShowSummary == true)
Microsoft.Build.Engine.UnitTests (2)
ConsoleLogger_Tests.cs (2)
1505L.ShowSummary.ShouldNotBeNull(); 1507((bool)L.ShowSummary).ShouldBeFalse();