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