3 references to None
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2OutputProducer.cs (3)
156return (_unconsumedBytes > 0, _unobservedState != State.None, _currentState, _waitingForWindowUpdates); 191_unobservedState = State.None; 192_currentState = State.None;