2 references to ParseValueHelper
System.Net.WebHeaderCollection (2)
System\Net\HeaderInfoTable.cs (2)
13
private static readonly Func<string, string[]> s_multiParser = value =>
ParseValueHelper
(value, isSetCookie: false);
14
private static readonly Func<string, string[]> s_setCookieParser = value =>
ParseValueHelper
(value, isSetCookie: true);