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