10 references to Ready
System.Net.Http (10)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (10)
98private State _state = State.Ready; 150case State.Ready: 209_state = State.Ready; 227OnString(nextState: State.Ready); 315Debug.Assert(_state == State.Ready, "Should be ready to parse a new header."); 473_state = State.Ready; 485OnString(nextState: State.Ready); 495if (_state != State.Ready) 540if (_state != State.Ready) 559_state = State.Ready;