2 writes to _primaryCategoryCount
Microsoft.Build (2)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (2)
77int currentMax = System.Threading.Interlocked.CompareExchange(ref _primaryCategoryCount, 0, 0); 81if (System.Threading.Interlocked.CompareExchange(ref _primaryCategoryCount, newCount, currentMax) == currentMax)
1 reference to _primaryCategoryCount
Microsoft.Build (1)
BackEnd\Components\Logging\BuildErrorTelemetryTracker.cs (1)
113if (_primaryCategoryCount > 0)