10 references to CheckQuoted
System (10)
net\System\Net\cookie.cs (7)
517if (!path.StartsWith(CookieParser.CheckQuoted(m_path))) { 1392if (Uri.TryCreate(CheckQuoted(m_tokenizer.Value), UriKind.Absolute, out parsed)) { 1401cookie.Domain = CheckQuoted(m_tokenizer.Value); 1411if (DateTime.TryParse(CheckQuoted(m_tokenizer.Value), 1426if (int.TryParse(CheckQuoted(m_tokenizer.Value), out parsed)) { 1460if (int.TryParse(CheckQuoted(m_tokenizer.Value), out parsed)) { 1540cookie.Domain = CheckQuoted(m_tokenizer.Value);
net\System\Net\cookiecontainer.cs (3)
774if (uri.AbsolutePath.StartsWith(CookieParser.CheckQuoted(path))) { 965string pathLeft = CookieParser.CheckQuoted((string)ol); 966string pathRight = CookieParser.CheckQuoted((string)or);