6 writes to _state
Microsoft.AspNetCore.HeaderParsing (6)
HeaderParsingFeature.cs (6)
130
_state
= BoxState.Uninitialized;
158
_state
= BoxState.Success;
169
_state
= BoxState.Error;
176
_state
= BoxState.Success;
182
_state
= BoxState.NotFound;
195
to.
_state
= _state;
4 references to _state
Microsoft.AspNetCore.HeaderParsing (4)
HeaderParsingFeature.cs (4)
136
if (
_state
== BoxState.Uninitialized)
149
result = (ParsingResult)
_state
;
188
result = (ParsingResult)
_state
;
195
to._state =
_state
;