2 instantiations of CookieParser
System (2)
net\System\Net\cookiecontainer.cs (1)
646CookieParser parser = new CookieParser(setCookieHeader);
net\System\Net\HttpListenerRequest.cs (1)
663CookieParser parser = new CookieParser(setCookieHeader);
6 references to CookieParser
System (6)
net\System\Net\cookie.cs (1)
517if (!path.StartsWith(CookieParser.CheckQuoted(m_path))) {
net\System\Net\cookiecontainer.cs (4)
646CookieParser parser = new CookieParser(setCookieHeader); 774if (uri.AbsolutePath.StartsWith(CookieParser.CheckQuoted(path))) { 965string pathLeft = CookieParser.CheckQuoted((string)ol); 966string pathRight = CookieParser.CheckQuoted((string)or);
net\System\Net\HttpListenerRequest.cs (1)
663CookieParser parser = new CookieParser(setCookieHeader);