4 references to _connectionLock
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
222await _connectionLock.WaitAsync(cancellationToken).ConfigureAwait(false); 242_connectionLock.Release(); 269await _connectionLock.WaitAsync().ConfigureAwait(false); 304_connectionLock.Release();