13 writes to _state
IIS.NewHandler.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
IIS.NewHandler.FunctionalTests (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (6)
148
switch (
_state
)
183
throw new NotImplementedException(
_state
.ToString());
315
Debug.Assert(
_state
== State.Ready, "Should be ready to parse a new header.");
495
if (
_state
!= State.Ready)
540
if (
_state
!= State.Ready)
611
if (
_state
== State.HeaderName)