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