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)
187
_consoleLogger.
ShowSummary
= _showSummary;
298
_consoleLogger.
ShowSummary
= value;
27 references to ShowSummary
Microsoft.Build (17)
Logging\BaseConsoleLogger.cs (2)
913
if (
ShowSummary
== null)
925
if (
ShowSummary
== null && IsVerbosityAtLeast(LoggerVerbosity.Normal))
Logging\ConsoleLogger.cs (1)
287
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)
1058
if (
ShowSummary
== true)
1107
if (
ShowSummary
== true)
Logging\SerialConsoleLogger.cs (8)
74
if (
ShowSummary
== true)
102
if (
ShowSummary
== true)
131
if (
ShowSummary
== true)
147
if (
ShowSummary
== true)
173
if (
ShowSummary
== true)
232
if (IsVerbosityAtLeast(LoggerVerbosity.Normal) &&
ShowSummary
!= false)
479
if (
ShowSummary
== true)
496
if (
ShowSummary
== true)
Microsoft.Build.Engine.UnitTests (10)
ConsoleLogger_Tests.cs (10)
1886
L.
ShowSummary
.ShouldBeNull();
1890
L.
ShowSummary
.ShouldBeNull();
1908
L.
ShowSummary
.ShouldNotBeNull();
1909
((bool)L.
ShowSummary
).ShouldBeFalse();
1913
L.
ShowSummary
.ShouldNotBeNull();
1914
((bool)L.
ShowSummary
).ShouldBeFalse();
1921
L.
ShowSummary
.ShouldNotBeNull();
1922
((bool)L.
ShowSummary
).ShouldBeFalse();
1926
L.
ShowSummary
.ShouldNotBeNull();
1927
((bool)L.
ShowSummary
).ShouldBeFalse();