4 writes to errorCount
Microsoft.Build (4)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
199errorCount = 0; 1030errorCount++;
Logging\SerialConsoleLogger.cs (2)
85errorCount = 0; 474errorCount++;
7 references to errorCount
Microsoft.Build (7)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
317if (errorCount > 0) 321WriteLinePrettyFromResource(2, "ErrorCount", errorCount); 412if (errorCount > 0)
Logging\SerialConsoleLogger.cs (4)
164if (errorCount > 0) 168WriteLinePrettyFromResource(2, "ErrorCount", errorCount); 190if (warningCount == 0 && errorCount == 0) 207if (errorCount > 0)