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