1 write to showItemAndPropertyList
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
984
showItemAndPropertyList
= false;
4 references to showItemAndPropertyList
Microsoft.Build (4)
Logging\BaseConsoleLogger.cs (2)
459
if (Verbosity == LoggerVerbosity.Diagnostic &&
showItemAndPropertyList
)
554
if (Verbosity != LoggerVerbosity.Diagnostic || !
showItemAndPropertyList
|| itemTypes.Count == 0)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
543
if (Verbosity == LoggerVerbosity.Diagnostic &&
showItemAndPropertyList
)
1196
if (Verbosity == LoggerVerbosity.Diagnostic &&
showItemAndPropertyList
)