5 references to Whitespace
Microsoft.AspNetCore.Http.Abstractions (5)
Internal\HeaderSegmentCollection.cs (5)
181
Attr attr = char.IsWhiteSpace(ch) ? Attr.
Whitespace
: ch == '\"' ? Attr.Quote : (ch == ',' || ch == (char)0) ? Attr.Delimiter : Attr.Value;
205
case Attr.
Whitespace
:
224
case Attr.
Whitespace
:
246
case Attr.
Whitespace
:
274
case Attr.
Whitespace
: