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)
191
_consoleLogger.
ShowSummary
= _showSummary;
302
_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)
291
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)
1884
L.
ShowSummary
.ShouldBeNull();
1888
L.
ShowSummary
.ShouldBeNull();
1906
L.
ShowSummary
.ShouldNotBeNull();
1907
((bool)L.
ShowSummary
).ShouldBeFalse();
1911
L.
ShowSummary
.ShouldNotBeNull();
1912
((bool)L.
ShowSummary
).ShouldBeFalse();
1919
L.
ShowSummary
.ShouldNotBeNull();
1920
((bool)L.
ShowSummary
).ShouldBeFalse();
1924
L.
ShowSummary
.ShouldNotBeNull();
1925
((bool)L.
ShowSummary
).ShouldBeFalse();