13 writes to _state
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (13)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (13)
209_state = State.Ready; 237_state = State.HeaderValueLengthContinue; 305_state = State.HeaderNameLengthContinue; 333_state = State.HeaderFieldIndex; 386_state = State.DynamicTableSizeUpdate; 404_state = State.HeaderNameLength; 416_state = State.HeaderNameIndex; 437_state = State.HeaderValueLength; 473_state = State.Ready; 559_state = State.Ready; 573_state = State.HeaderValueLength; 590_state = nextState; 626_state = nextState;
6 references to _state
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (6)
148switch (_state) 183throw new NotImplementedException(_state.ToString()); 315Debug.Assert(_state == State.Ready, "Should be ready to parse a new header."); 495if (_state != State.Ready) 540if (_state != State.Ready) 611if (_state == State.HeaderName)