3 writes to _pendingUpdateSize
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\FlowControl\InputFlowControl.cs (3)
44
_pendingUpdateSize
= 0;
100
_pendingUpdateSize
= 0;
105
_pendingUpdateSize
= potentialUpdateSize;
1 reference to _pendingUpdateSize
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\FlowControl\InputFlowControl.cs (1)
96
var potentialUpdateSize =
_pendingUpdateSize
+ bytes;