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