4 references to _connectionLock
Microsoft.AspNetCore.Http.Connections.Client (4)
HttpConnection.cs (4)
226await _connectionLock.WaitAsync(cancellationToken).ConfigureAwait(false); 246_connectionLock.Release(); 273await _connectionLock.WaitAsync().ConfigureAwait(false); 308_connectionLock.Release();