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