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