1 write to _connectionWindow
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
145_connectionWindow = new CreditManager(this, nameof(_connectionWindow), DefaultInitialWindowSize);
6 references to _connectionWindow
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (6)
145_connectionWindow = new CreditManager(this, nameof(_connectionWindow), DefaultInitialWindowSize); 1020_connectionWindow.AdjustCredit(amount); 1706frameSize = await _connectionWindow.RequestCreditAsync(frameSize, cancellationToken).ConfigureAwait(false); 1718if (!_connectionWindow.IsCreditAvailable) 1739_connectionWindow.AdjustCredit(frameSize); 1847_connectionWindow.Dispose();