1 write to showOnlyWarnings
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
986showOnlyWarnings = true;
20 references to showOnlyWarnings
Microsoft.Build (20)
Logging\BaseConsoleLogger.cs (1)
910if (showOnlyWarnings || showOnlyErrors)
Logging\ParallelLogger\ParallelConsoleLogger.cs (19)
225if (showOnlyErrors || showOnlyWarnings) 254if (!showOnlyErrors && !showOnlyWarnings && _deferredMessages.Count > 0) 374if (showOnlyErrors || showOnlyWarnings) 419if (showOnlyErrors || showOnlyWarnings) 548if (!showOnlyErrors && !showOnlyWarnings) 564if (!showOnlyErrors && !showOnlyWarnings) 692if (!showOnlyErrors && !showOnlyWarnings) 753if (showOnlyErrors || showOnlyWarnings) 820if (showOnlyErrors || showOnlyWarnings) 925if (!showOnlyErrors && !showOnlyWarnings) 964if (!showOnlyErrors && !showOnlyWarnings) 1008if (!showOnlyErrors && !showOnlyWarnings) 1067if (!showOnlyWarnings || showOnlyErrors) 1113if (!showOnlyErrors || showOnlyWarnings) 1141if (showOnlyErrors || showOnlyWarnings) 1245if (showOnlyErrors || showOnlyWarnings) 1431if (showOnlyErrors || showOnlyWarnings) 1506if (showOnlyErrors || showOnlyWarnings) 1579if (showOnlyErrors || showOnlyWarnings)