1 write to _semaphore
Microsoft.Build (1)
Graph\ParallelWorkSet.cs (1)
91
_semaphore
= new SemaphoreSlim(0, int.MaxValue);
4 references to _semaphore
Microsoft.Build (4)
Graph\ParallelWorkSet.cs (4)
126
_semaphore
.Release();
147
_semaphore
.Release();
165
await
_semaphore
.WaitAsync(_cancellationToken);
180
_semaphore
.Release(_degreeOfParallelism);