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
"/>
73
int newCount = System.Threading.Interlocked.Increment(ref
_errorCounts
[categoryIndex]);
125
int count = System.Threading.Interlocked.CompareExchange(ref
_errorCounts
[(int)category], 0, 0);