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