2 writes to warningList
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
191warningList = new List<BuildWarningEventArgs>(); 196warningList = null;
7 references to warningList
Microsoft.Build (7)
Logging\ParallelLogger\ParallelConsoleLogger.cs (7)
366if (warningList.Count == 0 && errorList.Count == 0) 383if (warningList.Count > 0) 386foreach (BuildWarningEventArgs warning in warningList) 411if (warningList.Count == 0 && errorList.Count == 0) 427ShowErrorWarningSummary(warningList); 1128if (!warningList.Contains(e)) 1130warningList.Add(e);