6 references to _bindSemaphore
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\KestrelServerImpl.cs (6)
254await _bindSemaphore.WaitAsync().ConfigureAwait(false); 270_bindSemaphore.Release(); 288await _bindSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false); 314_bindSemaphore.Release(); 330await _bindSemaphore.WaitAsync(); 407_bindSemaphore.Release();