3 references to _errorCounts
Microsoft.Build (3)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (3)
39/// Sentinel that must remain the last member. Used to size <see cref="_errorCounts"/> 73int newCount = System.Threading.Interlocked.Increment(ref _errorCounts[categoryIndex]); 125int count = System.Threading.Interlocked.CompareExchange(ref _errorCounts[(int)category], 0, 0);