4 writes to _pendingCount
Microsoft.Build (4)
Graph\ParallelWorkSet.cs (4)
119Interlocked.Increment(ref _pendingCount); 139while (!_cancellationToken.IsCancellationRequested && Interlocked.Read(ref _pendingCount) > 0) 173shouldStopAllWorkers = Interlocked.Read(ref _pendingCount) == 0 && IsCompleted; 205Interlocked.Decrement(ref _pendingCount);