1 write to m_path_implicit
System (1)
net\System\Net\cookie.cs (1)
273
m_path_implicit
= false;
4 references to m_path_implicit
System (4)
net\System\Net\cookie.cs (4)
279
return (Plain ||
m_path_implicit
|| (m_path.Length == 0))
304
if (!
m_path_implicit
) {
498
if (set_default &&
m_path_implicit
== true) {
800
if (!
m_path_implicit
&& m_path!=null && m_path.Length>0) {