1 write to showOnlyWarnings
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
987showOnlyWarnings = true;
20 references to showOnlyWarnings
Microsoft.Build (20)
Logging\BaseConsoleLogger.cs (1)
911if (showOnlyWarnings || showOnlyErrors)
Logging\ParallelLogger\ParallelConsoleLogger.cs (19)
224if (showOnlyErrors || showOnlyWarnings) 253if (!showOnlyErrors && !showOnlyWarnings && _deferredMessages.Count > 0) 356if (showOnlyErrors || showOnlyWarnings) 401if (showOnlyErrors || showOnlyWarnings) 530if (!showOnlyErrors && !showOnlyWarnings) 546if (!showOnlyErrors && !showOnlyWarnings) 674if (!showOnlyErrors && !showOnlyWarnings) 735if (showOnlyErrors || showOnlyWarnings) 802if (showOnlyErrors || showOnlyWarnings) 906if (!showOnlyErrors && !showOnlyWarnings) 945if (!showOnlyErrors && !showOnlyWarnings) 989if (!showOnlyErrors && !showOnlyWarnings) 1048if (!showOnlyWarnings || showOnlyErrors) 1094if (!showOnlyErrors || showOnlyWarnings) 1122if (showOnlyErrors || showOnlyWarnings) 1223if (showOnlyErrors || showOnlyWarnings) 1425if (showOnlyErrors || showOnlyWarnings) 1500if (showOnlyErrors || showOnlyWarnings) 1573if (showOnlyErrors || showOnlyWarnings)