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