6 writes to _state
Microsoft.AspNetCore.HeaderParsing (6)
HeaderParsingFeature.cs (6)
131
_state
= BoxState.Uninitialized;
159
_state
= BoxState.Success;
170
_state
= BoxState.Error;
177
_state
= BoxState.Success;
183
_state
= BoxState.NotFound;
196
to.
_state
= _state;
4 references to _state
Microsoft.AspNetCore.HeaderParsing (4)
HeaderParsingFeature.cs (4)
137
if (
_state
== BoxState.Uninitialized)
150
result = (ParsingResult)
_state
;
189
result = (ParsingResult)
_state
;
196
to._state =
_state
;