2 writes to _eof
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseParser_1.cs (2)
490
_eof
= true;
517
_eof
= true;
4 references to _eof
System.Net.ServerSentEvents (4)
System\Net\ServerSentEvents\SseParser_1.cs (4)
128
_eof
) // if we get here, we know we have a CR at the end of the buffer, so it's definitely the whole newline if we've hit EOF
151
if (
_eof
)
208
_eof
) // if we get here, we know we have a CR at the end of the buffer, so it's definitely the whole newline if we've hit EOF
231
if (
_eof
)