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