3 writes to _unconsumedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
4 references to _unconsumedBytes
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2OutputProducer.cs (4)
99internal (int, long, State, State, long) SchedulingState => (Stream.StreamId, _unconsumedBytes, _unobservedState, _currentState, _streamWindow);
163return (_unconsumedBytes > 0, _unobservedState != State.None, _currentState, _waitingForWindowUpdates);
316Debug.Assert(_unconsumedBytes > 0);
735return wasDepleted && _streamWindow > 0 && _unconsumedBytes > 0;