2 writes to errorList
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
190errorList = new List<BuildErrorEventArgs>(); 195errorList = null;
7 references to errorList
Microsoft.Build (7)
Logging\ParallelLogger\ParallelConsoleLogger.cs (7)
366if (warningList.Count == 0 && errorList.Count == 0) 392if (errorList.Count > 0) 395foreach (BuildErrorEventArgs error in errorList) 411if (warningList.Count == 0 && errorList.Count == 0) 433ShowErrorWarningSummary(errorList); 1079if (!errorList.Contains(e)) 1081errorList.Add(e);