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)
348if (warningList.Count == 0 && errorList.Count == 0) 365if (warningList.Count > 0) 368foreach (BuildWarningEventArgs warning in warningList) 393if (warningList.Count == 0 && errorList.Count == 0) 409ShowErrorWarningSummary(warningList); 1110if (!warningList.Contains(e)) 1112warningList.Add(e);