3 references to GetCookieValue
Microsoft.Net.Http.Headers (3)
CookieHeaderValue.cs (1)
186var result = CookieHeaderParserShared.GetCookieValue(value, ref offset);
SetCookieHeaderValue.cs (1)
508result._value = CookieHeaderParserShared.GetCookieValue(input, ref offset);
src\Http\Shared\CookieHeaderParserShared.cs (1)
174parsedValue = GetCookieValue(input, ref offset);