5 references to InternalAdd
System (5)
net\System\Net\cookiecontainer.cs (3)
342
m_count += cookies.
InternalAdd
(cookie, true);
673
cookies.
InternalAdd
(cookie, true);
853
destination.
InternalAdd
(cookie, false);
net\System\Net\HttpListenerRequest.cs (1)
674
cookies.
InternalAdd
(cookie, true);
net\System\Net\HttpListenerResponse.cs (1)
293
int added = Cookies.
InternalAdd
(new_cookie, true);