2 writes to errorCount
Microsoft.Build (2)
Logging\ParallelLogger\ParallelConsoleLogger.cs (2)
199errorCount = 0; 1049errorCount++;
3 references to errorCount
Microsoft.Build (3)
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
318if (errorCount > 0) 322WriteLinePrettyFromResource(2, "ErrorCount", errorCount); 430if (errorCount > 0)