13 writes to _state
http2cat (13)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (13)
204_state = State.Ready; 232_state = State.HeaderValueLengthContinue; 300_state = State.HeaderNameLengthContinue; 328_state = State.HeaderFieldIndex; 381_state = State.DynamicTableSizeUpdate; 399_state = State.HeaderNameLength; 411_state = State.HeaderNameIndex; 432_state = State.HeaderValueLength; 468_state = State.Ready; 554_state = State.Ready; 568_state = State.HeaderValueLength; 585_state = nextState; 621_state = nextState;
6 references to _state
http2cat (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (6)
143switch (_state) 178throw new NotImplementedException(_state.ToString()); 310Debug.Assert(_state == State.Ready, "Should be ready to parse a new header."); 490if (_state != State.Ready) 535if (_state != State.Ready) 606if (_state == State.HeaderName)