3 references to CookieHeaderParserShared
Microsoft.Net.Http.Headers (3)
CookieHeaderParser.cs (1)
19if (!CookieHeaderParserShared.TryParseValue(value, ref index, SupportsMultipleValues, out var parsedName, out var parsedValue))
CookieHeaderValue.cs (1)
186var result = CookieHeaderParserShared.GetCookieValue(value, ref offset);
SetCookieHeaderValue.cs (1)
508result._value = CookieHeaderParserShared.GetCookieValue(input, ref offset);