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