4 references to _connectionLock
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
215await _connectionLock.WaitAsync(cancellationToken).ConfigureAwait(false); 235_connectionLock.Release(); 262await _connectionLock.WaitAsync().ConfigureAwait(false); 297_connectionLock.Release();