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