6 references to Eof
System.Net.HttpListener (6)
src\libraries\Common\src\System\Net\CookieParser.cs (6)
207if (!Eof) 259if (!Eof) 279if (Eof) 756} while (!_tokenizer.Eof && !_tokenizer.EndOfCookie); 849} while (!_tokenizer.Eof && !_tokenizer.EndOfCookie); 862return _tokenizer.Eof;