4 references to _connectionLock
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
218await _connectionLock.WaitAsync(cancellationToken).ConfigureAwait(false); 238_connectionLock.Release(); 265await _connectionLock.WaitAsync().ConfigureAwait(false); 300_connectionLock.Release();