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