2 writes to IsQuotedDomain
System (2)
net\System\Net\cookie.cs (2)
1402cookie.IsQuotedDomain = m_tokenizer.Quoted; 1541cookie.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)