5 references to Quote
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;
195
case Attr.
Quote
:
213
case Attr.
Quote
:
234
case Attr.
Quote
:
262
case Attr.
Quote
: