2 writes to _currentState
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2OutputProducer.cs (2)
154_currentState |= state; 192_currentState = State.None;
3 references to _currentState
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
92internal (int, long, State, State, long) SchedulingState => (Stream.StreamId, _unconsumedBytes, _unobservedState, _currentState, _streamWindow); 111return _currentState; 156return (_unconsumedBytes > 0, _unobservedState != State.None, _currentState, _waitingForWindowUpdates);