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