3 writes to _unconsumedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
123_unconsumedBytes += bytes; 155_unconsumedBytes -= bytes; 190_unconsumedBytes = 0;
4 references to _unconsumedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
92internal (int, long, State, State, long) SchedulingState => (Stream.StreamId, _unconsumedBytes, _unobservedState, _currentState, _streamWindow); 156return (_unconsumedBytes > 0, _unobservedState != State.None, _currentState, _waitingForWindowUpdates); 309Debug.Assert(_unconsumedBytes > 0); 714return wasDepleted && _streamWindow > 0 && _unconsumedBytes > 0;