net\System\Net\cookie.cs (7)
199+ DomainAttributeName
424throw new CookieException(SR.GetString(SR.net_cookie_attribute, DomainAttributeName, domain == null? "<null>": domain));
433throw new CookieException(SR.GetString(SR.net_cookie_attribute, DomainAttributeName, m_domain));
489throw new CookieException(SR.GetString(SR.net_cookie_attribute, DomainAttributeName, m_domain));
789result += SeparatorLiteral + DomainAttributeName + EqualsLiteral + m_domain;
1272new RecognizedAttribute(Cookie.DomainAttributeName, CookieToken.Domain),
1284new RecognizedAttribute('$' + Cookie.DomainAttributeName, CookieToken.Domain),