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