28 references to State
Microsoft.AspNetCore.Server.Kestrel.Core (28)
Internal\Http3\QPack\EncoderStreamReader.cs (28)
88
private
State
_state =
State
.Ready;
118
case
State
.Ready:
128
_state =
State
.DynamicTableCapcity;
142
_state =
State
.NameIndex;
152
OnStringLength(intResult,
State
.Name);
156
_state =
State
.NameIndex;
168
_state =
State
.Duplicate;
172
case
State
.DynamicTableCapcity:
178
case
State
.NameIndex:
184
case
State
.NameLength:
187
OnStringLength(intResult, nextState:
State
.Name);
190
case
State
.Name:
195
OnString(nextState:
State
.ValueLength);
199
case
State
.ValueLength:
205
OnStringLength(intResult, nextState:
State
.Value);
213
_state =
State
.ValueLengthContinue;
216
case
State
.ValueLengthContinue:
219
OnStringLength(intResult, nextState:
State
.Value);
226
case
State
.Value:
233
case
State
.Duplicate:
242
private void OnStringLength(int length,
State
nextState)
256
OnString(nextState:
State
.Ready);
262
private void OnString(
State
nextState)
279
if (_state ==
State
.Name)
302
_state =
State
.ValueLength;
309
_state =
State
.Ready;
315
_state =
State
.Ready;