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