2 writes to Amount
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\CreditManager.cs (1)
64waiter.Amount = amount;
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
1304_creditWaiter.Amount = buffer.Length;
2 references to Amount
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\CreditManager.cs (1)
106int granted = Math.Min(waiter.Amount, _current);
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
484int granted = Math.Min(_availableCredit, _creditWaiter.Amount);