6 references to _bindSemaphore
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\KestrelServerImpl.cs (6)
256await _bindSemaphore.WaitAsync().ConfigureAwait(false); 272_bindSemaphore.Release(); 290await _bindSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false); 316_bindSemaphore.Release(); 332await _bindSemaphore.WaitAsync(); 409_bindSemaphore.Release();