2 references to Parser
Microsoft.Net.Http.Headers (2)
CacheControlHeaderValue.cs (2)
492var result = Parser.ParseValue(input, ref index); 510if (Parser.TryParseValue(input, ref index, out parsedValue) && parsedValue != null)