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