1 write to _semaphore
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncWorkItemQueue.cs (1)
34
_semaphore
= new SemaphoreSlim(initialCount: 0);
2 references to _semaphore
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncWorkItemQueue.cs (2)
78
=>
_semaphore
.WaitAsync(cancellationToken);
110
_semaphore
.Release();