2 references to _errorCounts
Microsoft.Build (2)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (2)
66int newCount = System.Threading.Interlocked.Increment(ref _errorCounts[categoryIndex]); 118int count = System.Threading.Interlocked.CompareExchange(ref _errorCounts[(int)category], 0, 0);