6 writes to _state
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\QPack\DecoderStreamReader.cs (6)
81
_state
= State.HeaderAckowledgement;
93
_state
= State.StreamCancellation;
105
_state
= State.InsertCountIncrement;
115
_state
= State.Ready;
121
_state
= State.Ready;
127
_state
= State.Ready;
1 reference to _state
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\QPack\DecoderStreamReader.cs (1)
69
switch (
_state
)