6 references to _bindSemaphore
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\KestrelServerImpl.cs (6)
258await _bindSemaphore.WaitAsync().ConfigureAwait(false); 274_bindSemaphore.Release(); 292await _bindSemaphore.WaitAsync(cancellationToken).ConfigureAwait(false); 318_bindSemaphore.Release(); 334await _bindSemaphore.WaitAsync(); 411_bindSemaphore.Release();