1 write to showItemAndPropertyList
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
983
showItemAndPropertyList
= false;
4 references to showItemAndPropertyList
Microsoft.Build (4)
Logging\BaseConsoleLogger.cs (2)
458
if (Verbosity == LoggerVerbosity.Diagnostic &&
showItemAndPropertyList
)
553
if (Verbosity != LoggerVerbosity.Diagnostic || !
showItemAndPropertyList
|| itemTypes.Count == 0)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
561
if (Verbosity == LoggerVerbosity.Diagnostic &&
showItemAndPropertyList
)
1213
if (Verbosity == LoggerVerbosity.Diagnostic &&
showItemAndPropertyList
)