2 writes to IsQuotedDomain
System (2)
net\System\Net\cookie.cs (2)
1402
cookie.
IsQuotedDomain
= m_tokenizer.Quoted;
1541
cookie.
IsQuotedDomain
= m_tokenizer.Quoted;
2 references to IsQuotedDomain
System (2)
net\System\Net\cookie.cs (2)
200
+ EqualsLiteral + (
IsQuotedDomain
? "\"": string.Empty)
201
+ m_domain + (
IsQuotedDomain
? "\"": string.Empty)