6 writes to _state
Microsoft.AspNetCore.HeaderParsing (6)
HeaderParsingFeature.cs (6)
127
_state
= BoxState.Uninitialized;
155
_state
= BoxState.Success;
166
_state
= BoxState.Error;
173
_state
= BoxState.Success;
179
_state
= BoxState.NotFound;
192
to.
_state
= _state;
4 references to _state
Microsoft.AspNetCore.HeaderParsing (4)
HeaderParsingFeature.cs (4)
133
if (
_state
== BoxState.Uninitialized)
146
result = (ParsingResult)
_state
;
185
result = (ParsingResult)
_state
;
192
to._state =
_state
;