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)
348if (warningList.Count == 0 && errorList.Count == 0) 374if (errorList.Count > 0) 377foreach (BuildErrorEventArgs error in errorList) 393if (warningList.Count == 0 && errorList.Count == 0) 415ShowErrorWarningSummary(errorList); 1061if (!errorList.Contains(e)) 1063errorList.Add(e);