2 writes to EndOfCookie
System.Net.HttpListener (2)
src\libraries\Common\src\System\Net\CookieParser.cs (2)
381EndOfCookie = true; 407EndOfCookie = true;
2 references to EndOfCookie
System.Net.HttpListener (2)
src\libraries\Common\src\System\Net\CookieParser.cs (2)
756} while (!_tokenizer.Eof && !_tokenizer.EndOfCookie); 849} while (!_tokenizer.Eof && !_tokenizer.EndOfCookie);