2 writes to errorCount
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
199errorCount = 0; 1031errorCount++;
3 references to errorCount
Microsoft.Build (3)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
317if (errorCount > 0) 321WriteLinePrettyFromResource(2, "ErrorCount", errorCount); 412if (errorCount > 0)