2 writes to m_domainKey
System (2)
net\System\Net\cookie.cs (2)
190m_domainKey = string.Empty; //this will get it value when adding into the Container. 476m_domainKey = domain.ToLower(CultureInfo.InvariantCulture);
1 reference to m_domainKey
System (1)
net\System\Net\cookie.cs (1)
678return m_domain_implicit ? Domain : m_domainKey;