2 writes to m_domainKey
System.Net.Primitives (2)
System\Net\Cookie.cs (2)
292clonedCookie.m_domainKey = m_domainKey; 313m_domainKey = CookieComparer.StripLeadingDot(m_domain).ToString().ToLowerInvariant();
5 references to m_domainKey
System.Net.Primitives (5)
System\Net\Cookie.cs (5)
292clonedCookie.m_domainKey = m_domainKey; 416Debug.Assert(m_domainKey is not null); 418if (!IsValidDomainName(m_domainKey) || !HostMatchesDomain(host, m_domainKey)) 602return m_domain_implicit ? Domain : m_domainKey!;