2 instantiations of CookieHeaderParser
Microsoft.Net.Http.Headers (2)
CookieHeaderValue.cs (2)
16private static readonly CookieHeaderParser SingleValueParser = new CookieHeaderParser(supportsMultipleValues: false); 17private static readonly CookieHeaderParser MultipleValueParser = new CookieHeaderParser(supportsMultipleValues: true);
2 references to CookieHeaderParser
Microsoft.Net.Http.Headers (2)
CookieHeaderValue.cs (2)
16private static readonly CookieHeaderParser SingleValueParser = new CookieHeaderParser(supportsMultipleValues: false); 17private static readonly CookieHeaderParser MultipleValueParser = new CookieHeaderParser(supportsMultipleValues: true);