5 references to Value
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; 200case Attr.Value: 221case Attr.Value: 245case Attr.Value: 268case Attr.Value: