2 writes to Amount
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\CreditManager.cs (1)
64
waiter.
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)
106
int granted = Math.Min(waiter.
Amount
, _current);
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
484
int granted = Math.Min(_availableCredit, _creditWaiter.
Amount
);